II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--metrics-dashboard
metrics-dashboard json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--metrics-dashboard",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "metrics-dashboard",
"description": "Test Automation Metrics Dashboard - Build comprehensive quality metrics dashboard for tracking test execution,\ncoverage, flakiness, automation ROI, defect trends, and quality gates with real-time visualization, alerting, and reporting.",
"libraryPath": "library/specializations/qa-testing-automation/metrics-dashboard.js",
"specialization": "qa-testing-automation",
"references": [
"- Test Metrics: https://martinfowler.com/articles/testing-culture.html\n- Quality Dashboards: https://www.infoq.com/articles/quality-metrics-dashboard/\n- Grafana Dashboards: https://grafana.com/docs/grafana/latest/dashboards/\n- Allure Reports: https://docs.qameta.io/allure/\n- Test Analytics: https://testing.googleblog.com/2020/08/code-coverage-best-practices.html"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/metrics-dashboard', {\n projectName: 'E-Commerce Platform',\n testSources: [\n { type: 'playwright', path: 'tests/e2e' },\n { type: 'jest', path: 'tests/unit' },\n { type: 'cypress', path: 'tests/integration' }\n ],\n cicdPlatform: 'GitHub Actions',\n metricsTools: ['Allure', 'Grafana', 'ReportPortal'],\n alertingConfig: {\n channels: ['slack', 'email'],\n thresholds: {\n passRate: 95,\n flakinessRate: 5,\n coverageMin: 80\n }\n }\n});",
"usesAgents": [
"quality-metrics-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "skill-area:data-quality-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "skill-area:metrics-dashboarding",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "workflow:bug-triage",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--metrics-dashboard",
"to": "lib-agent:qa-testing-automation--quality-metrics-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}