II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--cross-browser-testing
cross-browser-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--cross-browser-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "cross-browser-testing",
"description": "Cross-Browser/Device Testing - Comprehensive cross-browser and cross-device testing to ensure\napplication compatibility across different browsers, operating systems, devices, and viewport sizes with\ncloud testing platforms, parallel execution, and compatibility issue tracking.",
"libraryPath": "library/specializations/qa-testing-automation/cross-browser-testing.js",
"specialization": "qa-testing-automation",
"references": [
"- BrowserStack: https://www.browserstack.com/docs\n- Sauce Labs: https://docs.saucelabs.com/\n- Playwright Cross-Browser: https://playwright.dev/docs/browsers\n- Responsive Testing: https://web.dev/responsive-web-design-basics/\n- Browser Compatibility: https://caniuse.com/\n- Cross-Browser Testing Guide: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/cross-browser-testing', {\n projectName: 'E-Commerce Platform',\n applicationUrl: 'https://staging.example.com',\n browserMatrix: [\n { browser: 'Chrome', version: 'latest', os: 'Windows 10' },\n { browser: 'Firefox', version: 'latest', os: 'macOS' },\n { browser: 'Safari', version: 'latest', os: 'macOS' },\n { browser: 'Edge', version: 'latest', os: 'Windows 11' }\n ],\n cloudPlatform: 'BrowserStack',\n testFramework: 'playwright',\n priorityCombinations: ['Chrome-Windows', 'Safari-macOS', 'Mobile-iOS'],\n acceptanceCriteria: { coverage: 90, criticalBugs: 0, executionTime: 60 }\n});",
"usesAgents": [
"e2e-automation-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "skill-area:cross-browser-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "role:frontend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "workflow:cross-platform-testing",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "lib-agent:qa-testing-automation--e2e-automation-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}