II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--environment-management
environment-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--environment-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "environment-management",
"description": "Test Environment Management - Establish robust test environment management with\ninfrastructure as code, containerization, environment provisioning automation, and environment\nparity with production. Includes automated provisioning, monitoring, data seeding, and service mocking.",
"libraryPath": "library/specializations/qa-testing-automation/environment-management.js",
"specialization": "qa-testing-automation",
"references": [
"- Infrastructure as Code: https://www.terraform.io/intro\n- Test Environment Best Practices: https://martinfowler.com/articles/continuousIntegration.html\n- Environment Parity: https://12factor.net/dev-prod-parity\n- Docker Best Practices: https://docs.docker.com/develop/dev-best-practices/\n- Environment Monitoring: https://sre.google/workbook/monitoring/"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/environment-management', {\n projectName: 'ecommerce-platform',\n infrastructurePlatform: 'aws',\n applicationArchitecture: {\n services: ['api', 'frontend', 'worker', 'database', 'cache'],\n dependencies: ['auth-service', 'payment-gateway', 'email-service']\n },\n securityRequirements: {\n encryption: true,\n accessControl: 'rbac',\n networkIsolation: true\n },\n costConstraints: {\n maxMonthlyCost: 5000,\n autoShutdown: true\n }\n});",
"usesAgents": [
"test-environment-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "skill-area:containerization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "skill-area:configuration-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "role:devops-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--environment-management",
"to": "lib-agent:qa-testing-automation--test-environment-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}