mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
fix: tea relative links
This commit is contained in:
@@ -25,7 +25,7 @@ variables:
|
|||||||
|
|
||||||
# Directory paths
|
# Directory paths
|
||||||
test_dir: "{project-root}/tests" # Root test directory
|
test_dir: "{project-root}/tests" # Root test directory
|
||||||
source_dir: "{project-root}/src" # Source code directory
|
source_dir: "{project-root}" # Source code directory (customize if needed, e.g., {project-root}/src or {project-root}/lib)
|
||||||
|
|
||||||
# Output configuration
|
# Output configuration
|
||||||
default_output_file: "{output_folder}/automation-summary.md"
|
default_output_file: "{output_folder}/automation-summary.md"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ template: "{installed_path}/trace-template.md"
|
|||||||
variables:
|
variables:
|
||||||
# Directory paths
|
# Directory paths
|
||||||
test_dir: "{project-root}/tests" # Root test directory
|
test_dir: "{project-root}/tests" # Root test directory
|
||||||
source_dir: "{project-root}/src" # Source code directory
|
source_dir: "{project-root}" # Source code directory (customize if needed, e.g., {project-root}/src or {project-root}/lib)
|
||||||
|
|
||||||
# Workflow behavior
|
# Workflow behavior
|
||||||
coverage_levels: "e2e,api,component,unit" # Which test levels to trace
|
coverage_levels: "e2e,api,component,unit" # Which test levels to trace
|
||||||
|
|||||||
Reference in New Issue
Block a user