iiRecord
Agentic AI Atlas · continuous-testing
lib-process:qa-testing-automation--continuous-testinga5c.ai
II.
LibraryProcess JSON

lib-process:qa-testing-automation--continuous-testing

Structured · live

continuous-testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:qa-testing-automation--continuous-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "continuous-testing",
    "description": "Continuous Testing Pipeline - Implement automated continuous testing across the entire software delivery lifecycle,\nintegrating tests at every stage from commit to production with quality gates, parallel execution, fast feedback loops,\nand comprehensive test orchestration for shift-left and shift-right testing practices.",
    "libraryPath": "library/specializations/qa-testing-automation/continuous-testing.js",
    "specialization": "qa-testing-automation",
    "references": [
      "- Continuous Testing: https://martinfowler.com/articles/continuousIntegration.html\n- Testing Pyramid: https://martinfowler.com/articles/practical-test-pyramid.html\n- Shift-Left Testing: https://www.ibm.com/topics/shift-left-testing\n- Shift-Right Testing: https://www.dynatrace.com/news/blog/what-is-shift-right-testing/\n- CI/CD Best Practices: https://www.atlassian.com/continuous-delivery/principles\n- Test Automation Patterns: https://www.selenium.dev/documentation/test_practices/"
    ],
    "example": "const result = await orchestrate('specializations/qa-testing-automation/continuous-testing', {\n  projectPath: '/path/to/project',\n  repositoryUrl: 'https://github.com/org/repo',\n  cicdPlatform: 'github-actions',\n  testStrategy: {\n    unit: { enabled: true, threshold: 80, timeout: 300 },\n    integration: { enabled: true, threshold: 70, timeout: 600 },\n    e2e: { enabled: true, threshold: 90, timeout: 1800 },\n    performance: { enabled: true, threshold: 95 },\n    security: { enabled: true, blocking: true }\n  },\n  qualityGates: {\n    coverage: 80,\n    passRate: 95,\n    performanceBudget: 3000,\n    securityScan: 'blocking'\n  }\n});",
    "usesAgents": [
      "cicd-test-integration"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "skill-area:e2e-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "topic:continuous-integration",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "role:devops-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "workflow:pull-request-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "specialization:qa-testing-automation",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--continuous-testing",
      "to": "lib-agent:qa-testing-automation--cicd-test-integration",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}