bmad-method-test-architecture-enterprise 1.7.2 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +33 -0
- package/.github/workflows/manual-release.yaml +67 -46
- package/.github/workflows/quality.yaml +3 -0
- package/CHANGELOG.md +2 -2
- package/README.md +56 -34
- package/docs/explanation/engagement-models.md +1 -1
- package/docs/explanation/knowledge-base-system.md +5 -5
- package/docs/explanation/step-file-architecture.md +2 -2
- package/docs/explanation/tea-overview.md +3 -3
- package/docs/glossary/index.md +2 -2
- package/docs/how-to/customization/extend-tea-with-custom-workflows.md +29 -0
- package/docs/how-to/workflows/run-atdd.md +28 -30
- package/docs/how-to/workflows/run-trace.md +27 -20
- package/docs/how-to/workflows/teach-me-testing.md +9 -9
- package/docs/index.md +4 -14
- package/docs/reference/commands.md +8 -8
- package/docs/reference/configuration.md +1 -1
- package/docs/reference/knowledge-base.md +75 -73
- package/docs/reference/troubleshooting.md +46 -10
- package/docs/tutorials/learn-testing-tea-academy.md +4 -4
- package/package.json +3 -2
- package/src/agents/bmad-tea/SKILL.md +54 -44
- package/src/agents/bmad-tea/customize.toml +104 -0
- package/src/{testarch → agents/bmad-tea/resources}/knowledge/playwright-cli.md +119 -4
- package/src/{testarch → agents/bmad-tea/resources}/knowledge/playwright-config.md +8 -4
- package/src/{testarch → agents/bmad-tea/resources}/knowledge/visual-debugging.md +34 -31
- package/src/agents/bmad-tea/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-providers.md +155 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/agents/bmad-tea/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/{testarch → agents/bmad-tea/resources}/tea-index.csv +8 -1
- package/src/module-help.csv +11 -10
- package/src/module.yaml +8 -0
- package/src/workflows/testarch/bmad-teach-me-testing/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-teach-me-testing/checklist.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/data/curriculum.yaml +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/data/session-content-map.yaml +26 -14
- package/src/workflows/testarch/bmad-teach-me-testing/data/tea-resources-index.yaml +108 -73
- package/src/workflows/testarch/bmad-teach-me-testing/instructions.md +2 -2
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-01-init.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-01b-continue.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-02-assess.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-03-session-menu.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-01.md +4 -4
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-02.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-03.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-04.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-05.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-06.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-07.md +15 -7
- package/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-05-completion.md +3 -3
- package/src/workflows/testarch/bmad-teach-me-testing/steps-e/step-e-01-assess-workflow.md +2 -2
- package/src/workflows/testarch/bmad-teach-me-testing/steps-e/step-e-02-apply-edits.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/steps-v/step-v-01-validate.md +2 -2
- package/src/workflows/testarch/bmad-teach-me-testing/templates/certificate-template.md +1 -1
- package/src/workflows/testarch/bmad-teach-me-testing/workflow-plan-teach-me-testing.md +8 -8
- package/src/workflows/testarch/bmad-teach-me-testing/workflow.md +11 -3
- package/src/workflows/testarch/bmad-testarch-atdd/SKILL.md +11 -2
- package/src/workflows/testarch/bmad-testarch-atdd/atdd-checklist-template.md +51 -28
- package/src/workflows/testarch/bmad-testarch-atdd/checklist.md +18 -17
- package/src/workflows/testarch/bmad-testarch-atdd/instructions.md +3 -4
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-atdd/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-01-preflight-and-context.md +25 -7
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-01b-resume.md +1 -1
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-02-generation-mode.md +2 -2
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-03-test-strategy.md +2 -2
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-04-generate-tests.md +21 -20
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-04a-subagent-api-failing.md +22 -14
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-04b-subagent-e2e-failing.md +13 -13
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-04c-aggregate.md +43 -19
- package/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-05-validate-and-complete.md +12 -3
- package/src/workflows/testarch/bmad-testarch-atdd/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-atdd/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-atdd/workflow-plan.md +2 -2
- package/src/workflows/testarch/bmad-testarch-atdd/workflow.md +14 -6
- package/src/workflows/testarch/bmad-testarch-atdd/workflow.yaml +2 -2
- package/src/workflows/testarch/bmad-testarch-automate/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-automate/instructions.md +2 -3
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-automate/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-automate/steps-c/step-01-preflight-and-context.md +2 -2
- package/src/workflows/testarch/bmad-testarch-automate/steps-c/step-02-identify-targets.md +1 -1
- package/src/workflows/testarch/bmad-testarch-automate/steps-c/step-03-generate-tests.md +1 -1
- package/src/workflows/testarch/bmad-testarch-automate/steps-c/step-03b-subagent-e2e.md +2 -2
- package/src/workflows/testarch/bmad-testarch-automate/steps-c/step-03c-aggregate.md +9 -4
- package/src/workflows/testarch/bmad-testarch-automate/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-automate/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-automate/workflow.md +12 -4
- package/src/workflows/testarch/bmad-testarch-ci/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-ci/harness-pipeline-template.yaml +7 -6
- package/src/workflows/testarch/bmad-testarch-ci/instructions.md +2 -3
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-ci/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-ci/steps-c/step-01-preflight.md +1 -1
- package/src/workflows/testarch/bmad-testarch-ci/steps-c/step-02-generate-pipeline.md +7 -1
- package/src/workflows/testarch/bmad-testarch-ci/steps-c/step-03-configure-quality-gates.md +7 -2
- package/src/workflows/testarch/bmad-testarch-ci/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-ci/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-ci/workflow.md +12 -4
- package/src/workflows/testarch/bmad-testarch-framework/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-framework/checklist.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/instructions.md +2 -3
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-framework/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-framework/steps-c/step-01-preflight.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/steps-c/step-02-select-framework.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/steps-c/step-03-scaffold-framework.md +3 -3
- package/src/workflows/testarch/bmad-testarch-framework/steps-c/step-04-docs-and-scripts.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-framework/workflow.md +12 -4
- package/src/workflows/testarch/bmad-testarch-nfr/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-nfr/instructions.md +2 -2
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-nfr/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-01-load-context.md +2 -2
- package/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-02-define-thresholds.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-03-gather-evidence.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-04-evaluate-and-score.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-04e-aggregate-nfr.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-nfr/workflow.md +12 -4
- package/src/workflows/testarch/bmad-testarch-test-design/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-test-design/instructions.md +2 -3
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-test-design/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-01-detect-mode.md +7 -1
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-01b-resume.md +29 -15
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-02-load-context.md +8 -2
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-03-risk-and-testability.md +7 -1
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-04-coverage-plan.md +7 -1
- package/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-05-generate-output.md +6 -0
- package/src/workflows/testarch/bmad-testarch-test-design/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-design/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-design/test-design-architecture-template.md +3 -0
- package/src/workflows/testarch/bmad-testarch-test-design/test-design-qa-template.md +4 -1
- package/src/workflows/testarch/bmad-testarch-test-design/test-design-template.md +4 -1
- package/src/workflows/testarch/bmad-testarch-test-design/workflow.md +14 -4
- package/src/workflows/testarch/bmad-testarch-test-review/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-test-review/checklist.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/instructions.md +2 -2
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-test-review/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-01-load-context.md +2 -2
- package/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-02-discover-tests.md +8 -1
- package/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-03-quality-evaluation.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-03a-subagent-determinism.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-03f-aggregate-scores.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-test-review/test-review-template.md +11 -11
- package/src/workflows/testarch/bmad-testarch-test-review/workflow.md +12 -4
- package/src/workflows/testarch/bmad-testarch-trace/SKILL.md +10 -1
- package/src/workflows/testarch/bmad-testarch-trace/checklist.md +42 -18
- package/src/workflows/testarch/bmad-testarch-trace/instructions.md +6 -4
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/api-request.md +563 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/api-testing-patterns.md +915 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/auth-session.md +548 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/burn-in.md +273 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/ci-burn-in.md +717 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/component-tdd.md +486 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/contract-testing.md +1050 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/data-factories.md +500 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/email-auth.md +721 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/error-handling.md +725 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/feature-flags.md +750 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/file-utils.md +456 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/fixture-architecture.md +401 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/fixtures-composition.md +382 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/intercept-network-call.md +426 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/log.md +426 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/network-error-monitor.md +401 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/network-first.md +486 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/network-recorder.md +527 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/nfr-criteria.md +670 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/overview.md +286 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pact-consumer-di.md +310 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pact-consumer-framework-setup.md +635 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pact-mcp.md +204 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pactjs-utils-consumer-helpers.md +270 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pactjs-utils-overview.md +216 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/pactjs-utils-request-filter.md +224 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/playwright-cli.md +280 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/playwright-config.md +734 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/probability-impact.md +601 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/recurse.md +421 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/risk-governance.md +615 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/selective-testing.md +732 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/selector-resilience.md +527 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/test-healing-patterns.md +644 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/test-levels-framework.md +473 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/test-priorities-matrix.md +373 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/test-quality.md +664 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/timing-debugging.md +372 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/visual-debugging.md +527 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-module-setup.md +122 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-providers.md +155 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-risk-guidance.md +114 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-template-matchers.md +160 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-testing-fundamentals.md +42 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-timeout-error.md +130 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/knowledge/webhook-waiting-querying.md +167 -0
- package/src/workflows/testarch/bmad-testarch-trace/resources/tea-index.csv +50 -0
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-01-load-context.md +75 -14
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-01b-resume.md +1 -1
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-02-discover-tests.md +24 -4
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-03-map-criteria.md +15 -11
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-04-analyze-gaps.md +210 -3
- package/src/workflows/testarch/bmad-testarch-trace/steps-c/step-05-gate-decision.md +469 -62
- package/src/workflows/testarch/bmad-testarch-trace/steps-e/step-01-assess.md +1 -1
- package/src/workflows/testarch/bmad-testarch-trace/steps-v/step-01-validate.md +1 -1
- package/src/workflows/testarch/bmad-testarch-trace/trace-template.md +10 -2
- package/src/workflows/testarch/bmad-testarch-trace/workflow-plan.md +14 -11
- package/src/workflows/testarch/bmad-testarch-trace/workflow.md +16 -6
- package/src/workflows/testarch/bmad-testarch-trace/workflow.yaml +24 -0
- package/test/test-installation-components.js +189 -44
- package/test/test-knowledge-base.js +7 -2
- package/test/test-release-metadata.js +71 -0
- package/tools/validate-agent-schema.js +73 -0
- package/website/astro.config.mjs +10 -6
- package/website/src/components/Banner.astro +28 -13
- package/website/src/components/Header.astro +1 -1
- package/website/src/components/MobileMenuFooter.astro +1 -1
- package/website/src/styles/custom.css +60 -41
- package/release_notes.md +0 -18
- package/src/agents/bmad-tea/bmad-skill-manifest.yaml +0 -14
- package/src/workflows/testarch/bmad-teach-me-testing/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-atdd/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-automate/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-ci/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-framework/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-nfr/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-test-design/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-test-review/bmad-skill-manifest.yaml +0 -1
- package/src/workflows/testarch/bmad-testarch-trace/bmad-skill-manifest.yaml +0 -1
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/adr-quality-readiness-checklist.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/api-request.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/api-testing-patterns.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/auth-session.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/burn-in.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/ci-burn-in.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/component-tdd.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/contract-testing.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/data-factories.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/email-auth.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/error-handling.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/feature-flags.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/file-utils.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/fixture-architecture.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/fixtures-composition.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/intercept-network-call.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/log.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/network-error-monitor.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/network-first.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/network-recorder.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/nfr-criteria.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/overview.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-consumer-di.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-consumer-framework-setup.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-mcp.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-consumer-helpers.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-overview.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-provider-verifier.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-request-filter.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/probability-impact.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/recurse.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/risk-governance.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/selective-testing.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/selector-resilience.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/test-healing-patterns.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/test-levels-framework.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/test-priorities-matrix.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/test-quality.md +0 -0
- /package/src/{testarch → agents/bmad-tea/resources}/knowledge/timing-debugging.md +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bmad-method-test-architecture-enterprise",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Murat K Ozcan (TEA Creator) & Brian (BMad) Madison"
|
|
5
|
+
},
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"homepage": "https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise",
|
|
8
|
+
"repository": "https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise",
|
|
9
|
+
"keywords": ["bmad", "test-architect", "testing", "quality", "automation", "playwright", "test-engineering"],
|
|
10
|
+
"plugins": [
|
|
11
|
+
{
|
|
12
|
+
"name": "bmad-method-test-architecture-enterprise",
|
|
13
|
+
"source": "./",
|
|
14
|
+
"description": "Master Test Architect module for quality strategy, test automation, CI/CD quality gates, and structured testing education. Part of the BMad Method ecosystem.",
|
|
15
|
+
"version": "1.13.0",
|
|
16
|
+
"author": {
|
|
17
|
+
"name": "Murat K Ozcan (TEA Creator) & Brian (BMad) Madison"
|
|
18
|
+
},
|
|
19
|
+
"skills": [
|
|
20
|
+
"./src/agents/bmad-tea",
|
|
21
|
+
"./src/workflows/testarch/bmad-testarch-atdd",
|
|
22
|
+
"./src/workflows/testarch/bmad-testarch-automate",
|
|
23
|
+
"./src/workflows/testarch/bmad-testarch-ci",
|
|
24
|
+
"./src/workflows/testarch/bmad-testarch-framework",
|
|
25
|
+
"./src/workflows/testarch/bmad-testarch-nfr",
|
|
26
|
+
"./src/workflows/testarch/bmad-testarch-test-design",
|
|
27
|
+
"./src/workflows/testarch/bmad-testarch-test-review",
|
|
28
|
+
"./src/workflows/testarch/bmad-testarch-trace",
|
|
29
|
+
"./src/workflows/testarch/bmad-teach-me-testing"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
@@ -17,7 +17,6 @@ on:
|
|
|
17
17
|
|
|
18
18
|
permissions:
|
|
19
19
|
contents: write
|
|
20
|
-
packages: write
|
|
21
20
|
|
|
22
21
|
jobs:
|
|
23
22
|
release:
|
|
@@ -34,16 +33,22 @@ jobs:
|
|
|
34
33
|
with:
|
|
35
34
|
node-version-file: ".nvmrc"
|
|
36
35
|
cache: npm
|
|
37
|
-
registry-url: https://registry.npmjs.org
|
|
36
|
+
registry-url: "https://registry.npmjs.org"
|
|
38
37
|
|
|
39
38
|
- name: Install dependencies
|
|
40
39
|
run: npm ci
|
|
41
40
|
|
|
42
|
-
- name:
|
|
41
|
+
- name: Verify npm credentials
|
|
42
|
+
env:
|
|
43
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
43
44
|
run: |
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
if [ -z "$NODE_AUTH_TOKEN" ]; then
|
|
46
|
+
echo "NPM_TOKEN secret is not configured." >&2
|
|
47
|
+
exit 1
|
|
48
|
+
fi
|
|
49
|
+
|
|
50
|
+
- name: Run tests and validation
|
|
51
|
+
run: npm test
|
|
47
52
|
|
|
48
53
|
- name: Configure Git
|
|
49
54
|
run: |
|
|
@@ -57,17 +62,64 @@ jobs:
|
|
|
57
62
|
*) npm version ${{ github.event.inputs.version_bump }} --no-git-tag-version ;;
|
|
58
63
|
esac
|
|
59
64
|
|
|
60
|
-
- name:
|
|
65
|
+
- name: Sync marketplace version
|
|
66
|
+
run: |
|
|
67
|
+
node <<'NODE'
|
|
68
|
+
const fs = require('node:fs');
|
|
69
|
+
|
|
70
|
+
const packageJson = JSON.parse(fs.readFileSync('package.json', 'utf8'));
|
|
71
|
+
const marketplacePath = '.claude-plugin/marketplace.json';
|
|
72
|
+
const marketplace = JSON.parse(fs.readFileSync(marketplacePath, 'utf8'));
|
|
73
|
+
const plugin = (marketplace.plugins || []).find((entry) => entry && entry.name === packageJson.name);
|
|
74
|
+
|
|
75
|
+
if (!plugin) {
|
|
76
|
+
throw new Error(`Marketplace entry not found for ${packageJson.name}`);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
plugin.version = packageJson.version;
|
|
80
|
+
fs.writeFileSync(marketplacePath, `${JSON.stringify(marketplace, null, 2)}\n`);
|
|
81
|
+
NODE
|
|
82
|
+
|
|
83
|
+
- name: Validate release metadata
|
|
84
|
+
run: npm run test:release-metadata
|
|
85
|
+
|
|
86
|
+
- name: Get new version and release metadata
|
|
61
87
|
id: version
|
|
62
88
|
run: |
|
|
63
|
-
|
|
89
|
+
NEW_VERSION=$(node -p "require('./package.json').version")
|
|
90
|
+
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
|
|
64
91
|
echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo 'v0.0.0')" >> $GITHUB_OUTPUT
|
|
92
|
+
case "$NEW_VERSION" in
|
|
93
|
+
*-alpha.*) echo "npm_tag=alpha" >> $GITHUB_OUTPUT ;;
|
|
94
|
+
*-beta.*) echo "npm_tag=beta" >> $GITHUB_OUTPUT ;;
|
|
95
|
+
*) echo "npm_tag=latest" >> $GITHUB_OUTPUT ;;
|
|
96
|
+
esac
|
|
65
97
|
|
|
66
98
|
- name: Commit version bump
|
|
67
99
|
run: |
|
|
68
|
-
git add .
|
|
100
|
+
git add package.json package-lock.json .claude-plugin/marketplace.json
|
|
69
101
|
git commit -m "release: bump to v${{ steps.version.outputs.new_version }}"
|
|
70
102
|
|
|
103
|
+
- name: Create and push tag
|
|
104
|
+
run: |
|
|
105
|
+
# Check if tag already exists
|
|
106
|
+
if git rev-parse "v${{ steps.version.outputs.new_version }}" >/dev/null 2>&1; then
|
|
107
|
+
echo "Tag v${{ steps.version.outputs.new_version }} already exists, skipping tag creation"
|
|
108
|
+
else
|
|
109
|
+
git tag -a "v${{ steps.version.outputs.new_version }}" -m "Release v${{ steps.version.outputs.new_version }}"
|
|
110
|
+
git push origin "v${{ steps.version.outputs.new_version }}"
|
|
111
|
+
fi
|
|
112
|
+
|
|
113
|
+
- name: Publish to npm
|
|
114
|
+
env:
|
|
115
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
116
|
+
run: |
|
|
117
|
+
if [ "${{ steps.version.outputs.npm_tag }}" = "latest" ]; then
|
|
118
|
+
npm publish
|
|
119
|
+
else
|
|
120
|
+
npm publish --tag "${{ steps.version.outputs.npm_tag }}"
|
|
121
|
+
fi
|
|
122
|
+
|
|
71
123
|
- name: Generate release notes
|
|
72
124
|
id: release_notes
|
|
73
125
|
run: |
|
|
@@ -135,41 +187,15 @@ jobs:
|
|
|
135
187
|
cat release_notes.md >> $GITHUB_OUTPUT
|
|
136
188
|
echo "EOF" >> $GITHUB_OUTPUT
|
|
137
189
|
|
|
138
|
-
- name:
|
|
190
|
+
- name: Push changes to release branch
|
|
139
191
|
run: |
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
echo "Tag v${{ steps.version.outputs.new_version }} already exists, skipping tag creation"
|
|
192
|
+
if git push origin HEAD:${GITHUB_REF_NAME} 2>/dev/null; then
|
|
193
|
+
echo "✅ Successfully pushed to ${GITHUB_REF_NAME} branch"
|
|
143
194
|
else
|
|
144
|
-
|
|
145
|
-
git push origin "v${{ steps.version.outputs.new_version }}"
|
|
146
|
-
fi
|
|
147
|
-
|
|
148
|
-
- name: Push changes to main
|
|
149
|
-
run: |
|
|
150
|
-
if git push origin HEAD:main 2>/dev/null; then
|
|
151
|
-
echo "✅ Successfully pushed to main branch"
|
|
152
|
-
else
|
|
153
|
-
echo "⚠️ Could not push to main (protected branch). This is expected."
|
|
195
|
+
echo "⚠️ Could not push to ${GITHUB_REF_NAME} (protected branch). This is expected."
|
|
154
196
|
echo "📝 Version bump and tag were created successfully."
|
|
155
197
|
fi
|
|
156
198
|
|
|
157
|
-
- name: Publish to NPM
|
|
158
|
-
env:
|
|
159
|
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
160
|
-
run: |
|
|
161
|
-
VERSION="${{ steps.version.outputs.new_version }}"
|
|
162
|
-
if [[ "$VERSION" == *"alpha"* ]]; then
|
|
163
|
-
echo "Publishing alpha prerelease version with --tag alpha"
|
|
164
|
-
npm publish --tag alpha
|
|
165
|
-
elif [[ "$VERSION" == *"beta"* ]]; then
|
|
166
|
-
echo "Publishing beta prerelease version with --tag latest"
|
|
167
|
-
npm publish --tag latest
|
|
168
|
-
else
|
|
169
|
-
echo "Publishing stable version with --tag latest"
|
|
170
|
-
npm publish --tag latest
|
|
171
|
-
fi
|
|
172
|
-
|
|
173
199
|
- name: Create GitHub Release
|
|
174
200
|
uses: softprops/action-gh-release@v2
|
|
175
201
|
with:
|
|
@@ -185,11 +211,6 @@ jobs:
|
|
|
185
211
|
echo "## 🎉 Successfully released v${{ steps.version.outputs.new_version }}!" >> $GITHUB_STEP_SUMMARY
|
|
186
212
|
echo "" >> $GITHUB_STEP_SUMMARY
|
|
187
213
|
echo "### 📦 Distribution" >> $GITHUB_STEP_SUMMARY
|
|
188
|
-
echo "- **NPM**:
|
|
214
|
+
echo "- **NPM Package**: https://www.npmjs.com/package/bmad-method-test-architecture-enterprise" >> $GITHUB_STEP_SUMMARY
|
|
215
|
+
echo "- **NPM Dist-tag**: \`${{ steps.version.outputs.npm_tag }}\`" >> $GITHUB_STEP_SUMMARY
|
|
189
216
|
echo "- **GitHub Release**: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/releases/tag/v${{ steps.version.outputs.new_version }}" >> $GITHUB_STEP_SUMMARY
|
|
190
|
-
echo "" >> $GITHUB_STEP_SUMMARY
|
|
191
|
-
echo "### ✅ Installation" >> $GITHUB_STEP_SUMMARY
|
|
192
|
-
echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
|
|
193
|
-
echo "npx bmad-method install" >> $GITHUB_STEP_SUMMARY
|
|
194
|
-
echo "# Select \"Test Architect\"" >> $GITHUB_STEP_SUMMARY
|
|
195
|
-
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
|
package/CHANGELOG.md
CHANGED
|
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
19
|
|
|
20
20
|
### Added
|
|
21
21
|
|
|
22
|
-
- **Playwright CLI Integration**: New `playwright-cli.md` knowledge fragment (
|
|
22
|
+
- **Playwright CLI Integration**: New `playwright-cli.md` knowledge fragment (42 total)
|
|
23
23
|
- **Browser Automation Config**: New `tea_browser_automation` config with 4 modes: `auto`, `cli`, `mcp`, `none`
|
|
24
24
|
- **Auto Mode Heuristic**: Smart CLI/MCP selection per workflow action with fallback
|
|
25
25
|
- **How-To Guide**: `docs/how-to/customization/configure-browser-automation.md`
|
|
@@ -146,7 +146,7 @@ All workflows implement the **trivariate step pattern** (Create/Edit/Validate):
|
|
|
146
146
|
- Feature Flags & Testing Patterns (2 fragments)
|
|
147
147
|
- Playwright-Utils Integration (6 fragments)
|
|
148
148
|
- **Context Engineering**: Dynamic fragment loading per workflow
|
|
149
|
-
- **CSV-Based Index**: `src/
|
|
149
|
+
- **CSV-Based Index**: `src/agents/bmad-tea/resources/tea-index.csv` for fragment management
|
|
150
150
|
- **Consistency**: Ensures standardized outputs across workflows
|
|
151
151
|
|
|
152
152
|
#### Documentation
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Test Architect (TEA)
|
|
2
2
|
|
|
3
|
+
[](https://www.python.org)
|
|
4
|
+
[](https://docs.astral.sh/uv/)
|
|
5
|
+
|
|
3
6
|
TEA (Test Engineering Architect) is a standalone BMAD module that delivers risk-based test strategy, test automation guidance, and release gate decisions. It provides a single expert agent (Murat, Master Test Architect and Quality Advisor) and nine workflows spanning Teach Me Testing (TEA Academy), framework setup, test design, ATDD, automation, traceability, NFR assessment, CI guidance, and test review.
|
|
4
7
|
|
|
5
8
|
Docs: <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
|
|
@@ -160,8 +163,8 @@ TEA variables are defined in `src/module.yaml` and prompted during install:
|
|
|
160
163
|
|
|
161
164
|
TEA relies on a curated testing knowledge base:
|
|
162
165
|
|
|
163
|
-
- Index: `src/
|
|
164
|
-
- Fragments: `src/
|
|
166
|
+
- Index: `src/agents/bmad-tea/resources/tea-index.csv`
|
|
167
|
+
- Fragments: `src/agents/bmad-tea/resources/knowledge/`
|
|
165
168
|
|
|
166
169
|
Workflows load only the fragments required for the current task to stay focused and compliant.
|
|
167
170
|
|
|
@@ -183,9 +186,11 @@ src/
|
|
|
183
186
|
│ ├── bmad-testarch-test-design/
|
|
184
187
|
│ ├── bmad-testarch-test-review/
|
|
185
188
|
│ └── bmad-testarch-trace/
|
|
186
|
-
└──
|
|
187
|
-
|
|
188
|
-
|
|
189
|
+
└── agents/
|
|
190
|
+
└── bmad-tea/
|
|
191
|
+
└── resources/
|
|
192
|
+
├── tea-index.csv
|
|
193
|
+
└── knowledge/
|
|
189
194
|
```
|
|
190
195
|
|
|
191
196
|
## Extending TEA
|
|
@@ -209,7 +214,7 @@ See `CONTRIBUTING.md` for guidelines.
|
|
|
209
214
|
|
|
210
215
|
## Publishing TEA to NPM
|
|
211
216
|
|
|
212
|
-
TEA uses an automated release workflow that handles versioning, tagging, NPM publishing, and GitHub releases.
|
|
217
|
+
TEA uses an automated release workflow that handles versioning, metadata sync, tagging, NPM publishing, and GitHub releases.
|
|
213
218
|
|
|
214
219
|
### Prerequisites (One-Time Setup)
|
|
215
220
|
|
|
@@ -224,13 +229,18 @@ TEA uses an automated release workflow that handles versioning, tagging, NPM pub
|
|
|
224
229
|
# Check package.json settings
|
|
225
230
|
cat package.json | grep -A 3 "publishConfig"
|
|
226
231
|
# Should show: "access": "public"
|
|
232
|
+
if grep -Eq '"private"[[:space:]]*:[[:space:]]*true' package.json; then
|
|
233
|
+
echo '❌ package.json must not set "private": true'
|
|
234
|
+
else
|
|
235
|
+
echo '✅ package.json is publishable ("private": true not present)'
|
|
236
|
+
fi
|
|
227
237
|
```
|
|
228
238
|
|
|
229
239
|
### Release Process
|
|
230
240
|
|
|
231
241
|
#### Option 1: Using npm Scripts (Recommended)
|
|
232
242
|
|
|
233
|
-
From your local terminal after merging to `main`:
|
|
243
|
+
From your local terminal after merging to the release branch you want to publish, typically `main`:
|
|
234
244
|
|
|
235
245
|
```bash
|
|
236
246
|
# Beta release (first release or testing)
|
|
@@ -254,46 +264,47 @@ npm run release:major
|
|
|
254
264
|
1. Go to **Actions** tab in GitHub
|
|
255
265
|
2. Click **"Manual Release"** workflow
|
|
256
266
|
3. Click **"Run workflow"**
|
|
257
|
-
4.
|
|
258
|
-
5.
|
|
267
|
+
4. Choose the branch to release, typically `main`
|
|
268
|
+
5. Select version bump type (alpha, beta, patch, minor, major)
|
|
269
|
+
6. Click **"Run workflow"**
|
|
259
270
|
|
|
260
271
|
### What Happens Automatically
|
|
261
272
|
|
|
262
273
|
The workflow performs these steps:
|
|
263
274
|
|
|
264
|
-
1. ✅ **Validation**: Runs
|
|
265
|
-
2. ✅ **Version Bump**: Updates `package.json`
|
|
266
|
-
- `beta`:
|
|
267
|
-
- `alpha`:
|
|
268
|
-
- `patch`:
|
|
269
|
-
- `minor`:
|
|
270
|
-
- `major`:
|
|
275
|
+
1. ✅ **Validation**: Runs the full `npm test` suite, including schema checks, install tests, knowledge checks, linting, markdown linting, formatting, and release metadata validation
|
|
276
|
+
2. ✅ **Version Bump**: Updates `package.json`, `package-lock.json`, and `.claude-plugin/marketplace.json`
|
|
277
|
+
- `beta`: 1.12.3 → 1.12.4-beta.0
|
|
278
|
+
- `alpha`: 1.12.3 → 1.12.4-alpha.0
|
|
279
|
+
- `patch`: 1.12.3 → 1.12.4
|
|
280
|
+
- `minor`: 1.12.3 → 1.13.0
|
|
281
|
+
- `major`: 1.12.3 → 2.0.0
|
|
271
282
|
3. ✅ **Commit**: Creates version bump commit
|
|
272
|
-
4. ✅ **Tag**: Creates git tag (e.g.,
|
|
273
|
-
5. ✅ **
|
|
274
|
-
|
|
275
|
-
-
|
|
276
|
-
-
|
|
277
|
-
|
|
283
|
+
4. ✅ **Tag**: Creates git tag (e.g., v1.12.4-beta.0)
|
|
284
|
+
5. ✅ **Publish**: Publishes to NPM registry
|
|
285
|
+
- Alpha → dist-tag `alpha` (`npm install bmad-method-test-architecture-enterprise@alpha`)
|
|
286
|
+
- Beta → dist-tag `beta` (`npm install bmad-method-test-architecture-enterprise@beta`)
|
|
287
|
+
- Stable → dist-tag `latest` (`npm install bmad-method-test-architecture-enterprise`)
|
|
288
|
+
6. ✅ **Push**: Pushes the version bump commit back to the selected branch when permitted, and always pushes the tag
|
|
278
289
|
7. ✅ **GitHub Release**: Creates release with auto-generated notes
|
|
279
|
-
8. ✅ **Summary**: Displays installation instructions
|
|
290
|
+
8. ✅ **Summary**: Displays installation instructions and distribution links
|
|
280
291
|
|
|
281
292
|
### Version Bump Strategy
|
|
282
293
|
|
|
283
294
|
**For TEA Module:**
|
|
284
295
|
|
|
285
|
-
- **Beta (
|
|
286
|
-
- **Alpha (
|
|
287
|
-
- **Patch (
|
|
288
|
-
- **Minor (
|
|
289
|
-
- **Major (x.0.0)**: Breaking changes
|
|
296
|
+
- **Beta (`1.12.x-beta.x`)**: Release candidate testing on the next patch line
|
|
297
|
+
- **Alpha (`1.12.x-alpha.x`)**: Early development and experimental validation
|
|
298
|
+
- **Patch (`1.12.x`)**: Bug fixes, no breaking changes
|
|
299
|
+
- **Minor (`1.x.0`)**: New features, backwards compatible
|
|
300
|
+
- **Major (`x.0.0`)**: Breaking changes
|
|
290
301
|
|
|
291
302
|
**Recommended Release Path:**
|
|
292
303
|
|
|
293
|
-
1. `
|
|
304
|
+
1. `1.12.3` → `1.12.4-beta.0` (first beta)
|
|
294
305
|
2. Test beta with early adopters
|
|
295
|
-
3. `
|
|
296
|
-
4. When stable: `
|
|
306
|
+
3. `1.12.4-beta.0` → `1.12.4-beta.1` (fixes)
|
|
307
|
+
4. When stable: `1.12.4-beta.1` → `1.12.4`
|
|
297
308
|
|
|
298
309
|
### Verify Publication
|
|
299
310
|
|
|
@@ -324,10 +335,10 @@ If you need to unpublish a version:
|
|
|
324
335
|
|
|
325
336
|
```bash
|
|
326
337
|
# Unpublish specific version (within 72 hours)
|
|
327
|
-
npm unpublish bmad-method-test-architecture-enterprise@
|
|
338
|
+
npm unpublish bmad-method-test-architecture-enterprise@1.12.4-beta.0
|
|
328
339
|
|
|
329
340
|
# Deprecate version (preferred for older releases)
|
|
330
|
-
npm deprecate bmad-method-test-architecture-enterprise@
|
|
341
|
+
npm deprecate bmad-method-test-architecture-enterprise@1.12.4-beta.0 "Use version X.Y.Z instead"
|
|
331
342
|
```
|
|
332
343
|
|
|
333
344
|
### Troubleshooting
|
|
@@ -349,7 +360,7 @@ npm deprecate bmad-method-test-architecture-enterprise@0.1.1-beta.0 "Use version
|
|
|
349
360
|
|
|
350
361
|
**"Git push failed (protected branch)":**
|
|
351
362
|
|
|
352
|
-
- This is expected for protected
|
|
363
|
+
- This is expected for a protected release branch
|
|
353
364
|
- The tag and version bump are still created
|
|
354
365
|
- You may need to manually merge the version bump commit
|
|
355
366
|
|
|
@@ -377,6 +388,17 @@ After releasing:
|
|
|
377
388
|
|
|
378
389
|
---
|
|
379
390
|
|
|
391
|
+
## Community
|
|
392
|
+
|
|
393
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) — Get help, share ideas, collaborate
|
|
394
|
+
- [YouTube](https://youtube.com/@BMadCode) — Tutorials, master class, and more
|
|
395
|
+
- [X / Twitter](https://x.com/BMadCode)
|
|
396
|
+
- [Website](https://bmadcode.com)
|
|
397
|
+
|
|
398
|
+
## Support BMad
|
|
399
|
+
|
|
400
|
+
BMad is free for everyone and always will be. Star this repo, [buy me a coffee](https://buymeacoffee.com/bmad), or email [contact@bmadcode.com](mailto:contact@bmadcode.com) for corporate sponsorship.
|
|
401
|
+
|
|
380
402
|
## License
|
|
381
403
|
|
|
382
404
|
See `LICENSE`.
|
|
@@ -100,7 +100,7 @@ Decision: Skip TEA, keep what works
|
|
|
100
100
|
|
|
101
101
|
**You Bring:**
|
|
102
102
|
|
|
103
|
-
-
|
|
103
|
+
- Coverage oracle inputs (requirements, specs, external system-of-record pointers, or analyzable source)
|
|
104
104
|
- Development environment
|
|
105
105
|
- Project context
|
|
106
106
|
|
|
@@ -87,10 +87,10 @@ Without a knowledge base:
|
|
|
87
87
|
|
|
88
88
|
**1. Manifest Defines Fragments**
|
|
89
89
|
|
|
90
|
-
`src/
|
|
90
|
+
`src/agents/bmad-tea/resources/tea-index.csv`:
|
|
91
91
|
|
|
92
92
|
```csv
|
|
93
|
-
id,name,description,tags,fragment_file
|
|
93
|
+
id,name,description,tags,tier,fragment_file
|
|
94
94
|
test-quality,Test Quality,Execution limits and isolation rules,"quality,standards",knowledge/test-quality.md
|
|
95
95
|
network-first,Network-First Safeguards,Intercept-before-navigate workflow,"network,stability",knowledge/network-first.md
|
|
96
96
|
fixture-architecture,Fixture Architecture,Composable fixture patterns,"fixtures,architecture",knowledge/fixture-architecture.md
|
|
@@ -109,7 +109,7 @@ Identifies fragments needed for ATDD:
|
|
|
109
109
|
- fixture-architecture.md (reusable fixtures)
|
|
110
110
|
- data-factories.md (test data)
|
|
111
111
|
|
|
112
|
-
Loads only these 5 fragments (not all
|
|
112
|
+
Loads only these 5 fragments (not all 42)
|
|
113
113
|
Generates tests following these patterns
|
|
114
114
|
```
|
|
115
115
|
|
|
@@ -294,7 +294,7 @@ await page.waitForTimeout(3000);
|
|
|
294
294
|
|
|
295
295
|
### Dynamic Fragment Selection
|
|
296
296
|
|
|
297
|
-
TEA doesn't load all
|
|
297
|
+
TEA doesn't load all 42 fragments at once:
|
|
298
298
|
|
|
299
299
|
```
|
|
300
300
|
|
|
@@ -316,7 +316,7 @@ Skips:
|
|
|
316
316
|
- feature-flags.md (not relevant)
|
|
317
317
|
- file-utils.md (not relevant)
|
|
318
318
|
|
|
319
|
-
Result: 5 relevant fragments loaded,
|
|
319
|
+
Result: 5 relevant fragments loaded, 37 skipped
|
|
320
320
|
|
|
321
321
|
```
|
|
322
322
|
|
|
@@ -269,13 +269,13 @@ Step files explicitly load knowledge fragments:
|
|
|
269
269
|
```markdown
|
|
270
270
|
## Step 2: Load Knowledge Fragments
|
|
271
271
|
|
|
272
|
-
Consult `{project-root}/_bmad/tea/
|
|
272
|
+
Consult `{project-root}/_bmad/tea/agents/bmad-tea/resources/tea-index.csv` and load:
|
|
273
273
|
|
|
274
274
|
1. **fixture-architecture** - For composable fixture patterns
|
|
275
275
|
2. **api-request** - For API test patterns
|
|
276
276
|
3. **network-first** - For network handling patterns
|
|
277
277
|
|
|
278
|
-
Read each fragment from `{project-root}/_bmad/tea/
|
|
278
|
+
Read each fragment from `{project-root}/_bmad/tea/agents/bmad-tea/resources/knowledge/`.
|
|
279
279
|
|
|
280
280
|
These fragments are your quality guidelines - use their patterns in generated tests.
|
|
281
281
|
```
|
|
@@ -23,7 +23,7 @@ BMad does not mandate TEA. There are five valid ways to use it (or skip it). Pic
|
|
|
23
23
|
- Skip all TEA workflows. Use your existing team testing approach.
|
|
24
24
|
|
|
25
25
|
2. **TEA Solo (Standalone)**
|
|
26
|
-
- Use TEA on a non-BMad project. Bring your own requirements,
|
|
26
|
+
- Use TEA on a non-BMad project. Bring your own requirements, specs, system-of-record pointers, or analyzable source tree, plus environments.
|
|
27
27
|
- Typical sequence: `test-design` (system or epic) -> `atdd` and/or `automate` -> optional `test-review` -> `trace` for coverage and gate decisions.
|
|
28
28
|
- Run `framework` or `ci` only if you want TEA to scaffold the harness or pipeline; they work best after you decide the stack/architecture.
|
|
29
29
|
|
|
@@ -69,7 +69,7 @@ If you are unsure, default to the integrated path for your track and adjust late
|
|
|
69
69
|
| `framework` | Playwright/Cypress scaffold, `.env.example`, `.nvmrc`, sample specs | Use when no production-ready harness exists | - |
|
|
70
70
|
| `ci` | CI workflow, selective test scripts, secrets checklist | Platform-aware (GitHub Actions default) | - |
|
|
71
71
|
| `test-design` | Combined risk assessment, mitigation plan, and coverage strategy | Risk scoring + optional exploratory mode | **+ Exploratory**: Interactive UI discovery with browser automation (uncover actual functionality) |
|
|
72
|
-
| `atdd` |
|
|
72
|
+
| `atdd` | Red-phase acceptance test scaffolds + implementation checklist | TDD red phase + optional recording mode | **+ Recording**: UI selectors verified with live browser; API tests benefit from trace analysis |
|
|
73
73
|
| `automate` | Prioritized specs, fixtures, README/script updates, DoD summary | Optional healing/recording, avoid duplicate coverage | **+ Healing**: Visual debugging + trace analysis for test fixes; **+ Recording**: Verified selectors (UI) + network inspection (API) |
|
|
74
74
|
| `test-review` | Test quality review report with 0-100 score, violations, fixes | Reviews tests against knowledge base patterns | - |
|
|
75
75
|
| `nfr-assess` | NFR assessment report with actions | Focus on security/performance/reliability | - |
|
|
@@ -426,7 +426,7 @@ Optional MCP integration for design-time broker interaction in contract testing
|
|
|
426
426
|
2. [How to Set Up a Test Framework with TEA](/docs/how-to/workflows/setup-test-framework.md) - Scaffold Playwright or Cypress
|
|
427
427
|
3. [How to Set Up CI Pipeline with TEA](/docs/how-to/workflows/setup-ci.md) - Configure CI/CD with selective testing
|
|
428
428
|
4. [How to Run Test Design with TEA](/docs/how-to/workflows/run-test-design.md) - Risk-based test planning (system or epic)
|
|
429
|
-
5. [How to Run ATDD with TEA](/docs/how-to/workflows/run-atdd.md) - Generate
|
|
429
|
+
5. [How to Run ATDD with TEA](/docs/how-to/workflows/run-atdd.md) - Generate red-phase test scaffolds before implementation
|
|
430
430
|
6. [How to Run Automate with TEA](/docs/how-to/workflows/run-automate.md) - Expand test coverage after implementation
|
|
431
431
|
7. [How to Run Test Review with TEA](/docs/how-to/workflows/run-test-review.md) - Audit test quality (0-100 scoring)
|
|
432
432
|
8. [How to Run NFR Assessment with TEA](/docs/how-to/workflows/run-nfr-assess.md) - Validate non-functional requirements
|
package/docs/glossary/index.md
CHANGED
|
@@ -129,11 +129,11 @@ Terminology reference for Test Architect (TEA).
|
|
|
129
129
|
| **ATDD** | Acceptance Test-Driven Development — Generating failing acceptance tests BEFORE implementation (TDD red phase). |
|
|
130
130
|
| **Burn-in Testing** | Running tests multiple times (typically 5-10 iterations) to detect flakiness and intermittent failures. |
|
|
131
131
|
| **Component Testing** | Testing UI components in isolation using framework-specific tools (Cypress Component Testing or Vitest + React Testing Library). |
|
|
132
|
-
| **Coverage Traceability** | Mapping
|
|
132
|
+
| **Coverage Traceability** | Mapping coverage oracle items such as requirements, contract endpoints, external pointers, or inferred journeys to implemented tests with classification (FULL/PARTIAL/NONE) to identify gaps and measure completeness. |
|
|
133
133
|
| **Epic-Level Test Design** | Test planning per epic (Phase 4) focusing on risk assessment, priorities, and coverage strategy for that specific epic. |
|
|
134
134
|
| **Fixture Architecture** | Pattern of building pure functions first, then wrapping in framework-specific fixtures for testability, reusability, and composition. |
|
|
135
135
|
| **Gate Decision** | Go/no-go decision for release with four outcomes: PASS ✅ (ready), CONCERNS ⚠️ (proceed with mitigation), FAIL ❌ (blocked), WAIVED ⏭️ (approved despite issues). |
|
|
136
|
-
| **Knowledge Fragment** | Individual markdown file in TEA's knowledge base covering a specific testing pattern or practice (
|
|
136
|
+
| **Knowledge Fragment** | Individual markdown file in TEA's knowledge base covering a specific testing pattern or practice (42 fragments total). |
|
|
137
137
|
| **Browser Automation** | Playwright CLI and/or MCP servers enabling live browser interaction during test generation. CLI provides token-efficient stateless commands; MCP provides rich stateful automation. Configured via `tea_browser_automation`. |
|
|
138
138
|
| **Network-First Pattern** | Testing pattern that waits for actual network responses instead of fixed timeouts to avoid race conditions and flakiness. |
|
|
139
139
|
| **NFR Assessment** | Validation of non-functional requirements (security, performance, reliability, maintainability) with evidence-based decisions. |
|
|
@@ -60,6 +60,35 @@ Then choose a normal update path so BMAD re-applies the customization and refres
|
|
|
60
60
|
- Do not rely on old embedded-TEA behavior where local workflows appeared to be attached automatically.
|
|
61
61
|
- Do not keep custom workflow logic only in chat instructions. Put it in a real workflow or module so it survives updates.
|
|
62
62
|
|
|
63
|
+
## Path-Safe Authoring for GitHub Copilot and Other Workspace-Root Runtimes
|
|
64
|
+
|
|
65
|
+
Some IDE skill runners, including GitHub Copilot slash commands in VS Code, execute commands from the **workspace root**, not from the folder that contains the installed `SKILL.md`.
|
|
66
|
+
|
|
67
|
+
Author custom TEA skills and workflows with that constraint in mind:
|
|
68
|
+
|
|
69
|
+
- Use `{skill-root}` for files that live inside the installed skill package.
|
|
70
|
+
- Use `{project-root}` for files that live in the target repository.
|
|
71
|
+
- Do not assume `scripts/...`, `workflow.md`, `./instructions.md`, or `steps-c/...` will resolve relative to the current markdown file unless you explicitly anchor them.
|
|
72
|
+
|
|
73
|
+
Use patterns like these:
|
|
74
|
+
|
|
75
|
+
```md
|
|
76
|
+
Read `{skill-root}/workflow.md` and follow it exactly.
|
|
77
|
+
Load `{skill-root}/steps-c/step-01-preflight.md`.
|
|
78
|
+
Run: `python3 {skill-root}/scripts/resolve_customization.py --key inject`
|
|
79
|
+
Read `{project-root}/_bmad/tea/config.yaml`.
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
Avoid patterns like these:
|
|
83
|
+
|
|
84
|
+
```md
|
|
85
|
+
Read `workflow.md`
|
|
86
|
+
Load `steps-c/step-01-preflight.md`
|
|
87
|
+
Run: `python3 scripts/resolve_customization.py --key inject`
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
This keeps the same skill portable across Codex, Claude Code, GitHub Copilot, and other runtimes that install skills into different directories.
|
|
91
|
+
|
|
63
92
|
## When to Use Which Approach
|
|
64
93
|
|
|
65
94
|
- **Project-specific workflow**: add custom content and attach it to `bmad-tea`
|