II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--metrics-dashboard
metrics-dashboard overview
Test Automation Metrics Dashboard - Build comprehensive quality metrics dashboard for tracking test execution, coverage, flakiness, automation ROI, defect trends, and quality gates with real-time visualization, alerting, and reporting.
Attributes
displayName
metrics-dashboard
description
Test Automation Metrics Dashboard - Build comprehensive quality metrics dashboard for tracking test execution,
coverage, 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 - Quality Dashboards: https://www.infoq.com/articles/quality-metrics-dashboard/ - Grafana Dashboards: https://grafana.com/docs/grafana/latest/dashboards/ - Allure Reports: https://docs.qameta.io/allure/ - Test Analytics: https://testing.googleblog.com/2020/08/code-coverage-best-practices.html
example
const result = await orchestrate('specializations/qa-testing-automation/metrics-dashboard', {
projectName: 'E-Commerce Platform',
testSources: [
{ type: 'playwright', path: 'tests/e2e' },
{ type: 'jest', path: 'tests/unit' },
{ type: 'cypress', path: 'tests/integration' }
],
cicdPlatform: 'GitHub Actions',
metricsTools: ['Allure', 'Grafana', 'ReportPortal'],
alertingConfig: {
channels: ['slack', 'email'],
thresholds: {
passRate: 95,
flakinessRate: 5,
coverageMin: 80
}
}
});
usesAgents
- quality-metrics-analyst
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic2
- topic:test-driven-development·TopicTest-Driven Development
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:bug-triage·Workflow
lib_involves_role1
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
- skill-area:data-quality-testing·SkillAreaData Quality Testing
- skill-area:metrics-dashboarding·SkillAreaMetrics & Dashboarding
uses_agent1
- lib-agent:qa-testing-automation--quality-metrics-analyst·LibraryAgentQuality Metrics Analyst
Incoming edges
None.