Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. # Session Content Mapping
  2. # Maps each session to specific TEA documentation, knowledge fragments, and online resources
  3. base_paths:
  4. tea_docs: "/docs"
  5. tea_knowledge: "/src/agents/bmad-tea/resources/knowledge"
  6. online_base: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise"
  7. github_knowledge: "https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/tree/main/src/agents/bmad-tea/resources/knowledge"
  8. sessions:
  9. session-01-quickstart:
  10. docs:
  11. - path: "/docs/tutorials/tea-lite-quickstart.md"
  12. title: "TEA Lite Quickstart"
  13. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/tutorials/tea-lite-quickstart/"
  14. - path: "/docs/explanation/tea-overview.md"
  15. title: "TEA Overview"
  16. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/tea-overview/"
  17. - path: "/docs/how-to/workflows/run-automate.md"
  18. title: "Run Automate Workflow"
  19. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-automate/"
  20. knowledge_fragments: []
  21. online_references:
  22. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/"
  23. workflows_referenced:
  24. - automate
  25. key_concepts:
  26. - "What is TEA"
  27. - "TEA Lite approach"
  28. - "Engagement models"
  29. - "9 workflows overview"
  30. session-02-concepts:
  31. docs:
  32. - path: "/docs/explanation/testing-as-engineering.md"
  33. title: "Testing as Engineering"
  34. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/testing-as-engineering/"
  35. - path: "/docs/explanation/risk-based-testing.md"
  36. title: "Risk-Based Testing"
  37. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/risk-based-testing/"
  38. - path: "/docs/explanation/test-quality-standards.md"
  39. title: "Test Quality Standards"
  40. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/test-quality-standards/"
  41. knowledge_fragments:
  42. - path: "/src/agents/bmad-tea/resources/knowledge/test-quality.md"
  43. title: "Test Quality (DoD Execution Limits)"
  44. - path: "/src/agents/bmad-tea/resources/knowledge/probability-impact.md"
  45. title: "Probability × Impact Scoring"
  46. online_references:
  47. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/testing-as-engineering/"
  48. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/risk-based-testing/"
  49. workflows_referenced: []
  50. key_concepts:
  51. - "Testing as engineering philosophy"
  52. - "P0-P3 risk matrix"
  53. - "Probability × Impact scoring"
  54. - "Definition of Done (7 principles)"
  55. session-03-architecture:
  56. docs:
  57. - path: "/docs/explanation/fixture-architecture.md"
  58. title: "Fixture Architecture"
  59. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/fixture-architecture/"
  60. - path: "/docs/explanation/network-first-patterns.md"
  61. title: "Network-First Patterns"
  62. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/network-first-patterns/"
  63. - path: "/docs/explanation/step-file-architecture.md"
  64. title: "Step-File Architecture"
  65. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/step-file-architecture/"
  66. knowledge_fragments:
  67. - path: "/src/agents/bmad-tea/resources/knowledge/fixture-architecture.md"
  68. title: "Fixture Architecture Patterns"
  69. - path: "/src/agents/bmad-tea/resources/knowledge/network-first.md"
  70. title: "Network-First Implementation"
  71. - path: "/src/agents/bmad-tea/resources/knowledge/data-factories.md"
  72. title: "Data Factories Pattern"
  73. online_references:
  74. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/explanation/fixture-architecture/"
  75. workflows_referenced:
  76. - framework
  77. key_concepts:
  78. - "Fixture composition"
  79. - "Network interception patterns"
  80. - "Data factory pattern"
  81. - "Step-file architecture"
  82. session-04-test-design:
  83. docs:
  84. - path: "/docs/how-to/workflows/run-test-design.md"
  85. title: "Run Test Design Workflow"
  86. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-test-design/"
  87. knowledge_fragments:
  88. - path: "/src/agents/bmad-tea/resources/knowledge/test-levels-framework.md"
  89. title: "Test Levels Framework"
  90. - path: "/src/agents/bmad-tea/resources/knowledge/test-priorities-matrix.md"
  91. title: "Test Priorities Matrix"
  92. online_references:
  93. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-test-design/"
  94. workflows_referenced:
  95. - test-design
  96. key_concepts:
  97. - "Test Design workflow steps"
  98. - "Risk/testability assessment"
  99. - "Coverage planning"
  100. - "Test levels (unit/integration/E2E)"
  101. session-05-atdd-automate:
  102. docs:
  103. - path: "/docs/how-to/workflows/run-atdd.md"
  104. title: "Run ATDD Workflow"
  105. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-atdd/"
  106. - path: "/docs/how-to/workflows/run-automate.md"
  107. title: "Run Automate Workflow"
  108. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-automate/"
  109. knowledge_fragments:
  110. - path: "/src/agents/bmad-tea/resources/knowledge/component-tdd.md"
  111. title: "Component TDD Red-Green Loop"
  112. - path: "/src/agents/bmad-tea/resources/knowledge/api-testing-patterns.md"
  113. title: "API Testing Patterns"
  114. - path: "/src/agents/bmad-tea/resources/knowledge/api-request.md"
  115. title: "API Request Utility"
  116. online_references:
  117. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-atdd/"
  118. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-automate/"
  119. workflows_referenced:
  120. - atdd
  121. - automate
  122. key_concepts:
  123. - "ATDD workflow (red phase)"
  124. - "TDD red-green-refactor"
  125. - "Automate workflow (coverage expansion)"
  126. - "API testing without browser"
  127. session-06-quality-trace:
  128. docs:
  129. - path: "/docs/how-to/workflows/run-test-review.md"
  130. title: "Run Test Review Workflow"
  131. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-test-review/"
  132. - path: "/docs/how-to/workflows/run-trace.md"
  133. title: "Run Trace Workflow"
  134. url: "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-trace/"
  135. knowledge_fragments: []
  136. online_references:
  137. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-test-review/"
  138. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/how-to/workflows/run-trace/"
  139. workflows_referenced:
  140. - test-review
  141. - trace
  142. key_concepts:
  143. - "5 dimensions of test quality"
  144. - "Quality scoring (0-100)"
  145. - "Requirements traceability"
  146. - "Release gate decisions"
  147. session-07-advanced:
  148. docs: []
  149. knowledge_fragments:
  150. categories:
  151. testing_patterns:
  152. - fixture-architecture.md
  153. - fixtures-composition.md
  154. - network-first.md
  155. - data-factories.md
  156. - component-tdd.md
  157. - api-testing-patterns.md
  158. - test-healing-patterns.md
  159. - selector-resilience.md
  160. - timing-debugging.md
  161. playwright_utils:
  162. - overview.md
  163. - api-request.md
  164. - network-recorder.md
  165. - intercept-network-call.md
  166. - recurse.md
  167. - log.md
  168. - file-utils.md
  169. - burn-in.md
  170. - network-error-monitor.md
  171. - contract-testing.md
  172. - pactjs-utils-overview.md
  173. - pactjs-utils-consumer-helpers.md
  174. - pactjs-utils-provider-verifier.md
  175. - pactjs-utils-request-filter.md
  176. - pact-mcp.md
  177. - pact-consumer-framework-setup.md
  178. - pact-consumer-di.md
  179. - visual-debugging.md
  180. browser_automation:
  181. - playwright-cli.md
  182. configuration_governance:
  183. - playwright-config.md
  184. - ci-burn-in.md
  185. - selective-testing.md
  186. - feature-flags.md
  187. - risk-governance.md
  188. - adr-quality-readiness-checklist.md
  189. quality_frameworks:
  190. - test-quality.md
  191. - test-levels-framework.md
  192. - test-priorities-matrix.md
  193. - probability-impact.md
  194. - nfr-criteria.md
  195. auth_security:
  196. - email-auth.md
  197. - auth-session.md
  198. - error-handling.md
  199. online_references:
  200. - "https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/reference/knowledge-base/"
  201. - "https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise/tree/main/src/agents/bmad-tea/resources/knowledge"
  202. workflows_referenced: []
  203. key_concepts:
  204. - "Menu-driven fragment exploration"
  205. - "Just-in-time deep-dive learning"
  206. - "42 knowledge fragments organized by category"