We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1b657 commit cea6cd2Copy full SHA for cea6cd2
.gitignore
@@ -18,6 +18,8 @@ coverage-reports
18
19
# Test results and artifacts
20
test-results
21
+playwright-report*
22
+playwright-report-shard-*/
23
24
# Editor directories and files
25
.vscode/*
@@ -92,7 +94,6 @@ tools/dist/**/lib/
92
94
graph.json
93
95
96
# Test cache data files (generated during test execution with unified hex encoding)
-
97
test-results.json
98
99
# Working files protection (Constitution Principle XIV - Working Files Hygiene)
@@ -104,6 +105,9 @@ test-results.json
104
105
*.jpg
106
*.jpeg
107
108
+# Route coverage reports (generated during E2E test verification)
109
+tools/scripts/route-coverage-report.md
110
+
111
vite.config.*.timestamp*
112
vitest.config.*.timestamp*
113
0 commit comments