II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--e2e-test-suite
e2e-test-suite overview
End-to-End Test Suite Development - Comprehensive E2E test automation for critical user journeys, covering authentication, core workflows, and business-critical scenarios with Page Object Model pattern, test data management, stability improvements, and quality gates.
Attributes
displayName
e2e-test-suite
description
End-to-End Test Suite Development - Comprehensive E2E test automation for critical user journeys,
covering authentication, core workflows, and business-critical scenarios with Page Object Model pattern,
test data management, stability improvements, and quality gates.
libraryPath
library/specializations/qa-testing-automation/e2e-test-suite.js
specialization
qa-testing-automation
references
- - Page Object Model: https://playwright.dev/docs/pom - Testing Best Practices: https://martinfowler.com/articles/practical-test-pyramid.html - Playwright Documentation: https://playwright.dev/ - Cypress Documentation: https://docs.cypress.io/ - Test Automation Patterns: https://www.selenium.dev/documentation/test_practices/ - Flaky Test Prevention: https://testing.googleblog.com/2016/05/flaky-tests-at-google-and-how-we.html
example
const result = await orchestrate('specializations/qa-testing-automation/e2e-test-suite', {
projectName: 'E-commerce Platform',
applicationUrl: 'https://staging.example.com',
userJourneys: ['User Registration', 'Product Search', 'Checkout Flow', 'Order Management'],
frameworkType: 'playwright',
testDataRequirements: { users: 10, products: 50, orders: 20 },
acceptanceCriteria: { testCoverage: 90, passRate: 95, flakiness: 5 }
});
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:cross-browser-testing·SkillAreaCross-browser Testing
uses_agent1
- lib-agent:qa-testing-automation--e2e-automation-expert·LibraryAgentE2E Automation Expert
Incoming edges
None.