II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--flakiness-elimination
flakiness-elimination overview
Test Flakiness Elimination - Systematically identify, analyze, and eliminate flaky tests to improve test reliability and build confidence in the test suite through root cause analysis, stabilization techniques, and continuous monitoring.
Attributes
displayName
flakiness-elimination
description
Test Flakiness Elimination - Systematically identify, analyze, and eliminate flaky tests to improve
test reliability and build confidence in the test suite through root cause analysis, stabilization techniques,
and continuous monitoring.
libraryPath
library/specializations/qa-testing-automation/flakiness-elimination.js
specialization
qa-testing-automation
references
- - Google Testing Blog - Flaky Tests: https://testing.googleblog.com/2016/05/flaky-tests-at-google-and-how-we.html - Martin Fowler - Eradicating Non-Determinism: https://martinfowler.com/articles/nonDeterminism.html - Microsoft - Analyzing Flaky Tests: https://www.microsoft.com/en-us/research/publication/empirically-revisiting-analyzing-flaky-tests/ - Playwright - Best Practices: https://playwright.dev/docs/best-practices - TestProject - Flaky Tests Guide: https://blog.testproject.io/2020/06/23/how-to-handle-flaky-tests/ - Cypress - Flakiness Guide: https://docs.cypress.io/guides/references/best-practices#Flake-Resistant-Tests
example
const result = await orchestrate('specializations/qa-testing-automation/flakiness-elimination', {
testSuite: './tests/e2e',
executionHistory: [
{ testId: 'test-1', runs: 100, failures: 15, passRate: 85 },
{ testId: 'test-2', runs: 100, failures: 3, passRate: 97 }
],
cicdPlatform: 'github-actions',
testFramework: 'playwright',
targetFlakiness: 2,
quarantineEnabled: true
});
usesAgents
- e2e-automation-expert
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role1
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing
- skill-area:regression-testing·SkillAreaRegression Testing
uses_agent1
- lib-agent:qa-testing-automation--e2e-automation-expert·LibraryAgentE2E Automation Expert
Incoming edges
None.