II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--e2e-test-suite
e2e-test-suite json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--e2e-test-suite",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "e2e-test-suite",
"description": "End-to-End Test Suite Development - Comprehensive E2E test automation for critical user journeys,\ncovering authentication, core workflows, and business-critical scenarios with Page Object Model pattern,\ntest 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\n- Testing Best Practices: https://martinfowler.com/articles/practical-test-pyramid.html\n- Playwright Documentation: https://playwright.dev/\n- Cypress Documentation: https://docs.cypress.io/\n- Test Automation Patterns: https://www.selenium.dev/documentation/test_practices/\n- 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', {\n projectName: 'E-commerce Platform',\n applicationUrl: 'https://staging.example.com',\n userJourneys: ['User Registration', 'Product Search', 'Checkout Flow', 'Order Management'],\n frameworkType: 'playwright',\n testDataRequirements: { users: 10, products: 50, orders: 20 },\n acceptanceCriteria: { testCoverage: 90, passRate: 95, flakiness: 5 }\n});",
"usesAgents": [
"e2e-automation-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "skill-area:cross-browser-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--e2e-test-suite",
"to": "lib-agent:qa-testing-automation--e2e-automation-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}