You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Coverage is started and stopped for each page/tool loaded by the Playwright tests.
12
+
- Coverage entries are merged into one report at docs/dev/reports/playwright_v8_coverage_report.txt.
13
+
- The report is not limited to Preview Generator V2 and is not filtered to a specific folder.
14
+
15
+
Tool entry verification:
16
+
- Preview Generator V2 runtime entries found: 19
17
+
- Palette Manager runtime entries found: 12
18
+
- Workspace V2 browser entry point was not exercised by this Playwright run; no tools/workspace-v2 index entry exists in the active tool surface.
19
+
20
+
Coverage report expectations:
21
+
- Entries use the format `(xx%) <file-path> - <details>`.
22
+
- Runtime rows are sorted by lowest coverage first.
23
+
- The final report contains both Preview Generator V2 and Palette Manager runtime files, proving merged multi-tool coverage instead of last-page overwrite.
24
+
25
+
Manual test notes:
26
+
- Open docs/dev/reports/playwright_v8_coverage_report.txt.
27
+
- Confirm the Exercised tool entry points section lists Preview Generator V2 and Palette Manager as exercised.
28
+
- Confirm the Files with executed line/function counts section contains both tools/preview-generator-v2/* and tools/palette-manager-v2/* entries.
0 commit comments