fix: tea relative links
This commit is contained in:
parent
dd8c54cc9f
commit
9260a65baa
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue