File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2929 working-directory : ' ./demo'
3030
3131 - name : Run Playwright tests
32- run : npm run test:e2e
32+ run : PLAYWRIGHT_JSON_OUTPUT_NAME=e2e/screenshot.spec.ts.json npm run test:e2e -- --reporter=json
3333 working-directory : ./demo
3434
3535 - name : Upload test results
5252 uses : daun/playwright-report-comment@v3
5353 if : always()
5454 with :
55- report-path : demo/playwright-report/
55+ report-file : demo/e2e/screenshot.spec.ts.json
Original file line number Diff line number Diff line change @@ -234,12 +234,3 @@ npm run test:e2e:debug
234234# Update baseline screenshots (when intentionally changing UI)
235235npm run test:e2e:update
236236```
237-
238- #### Test Coverage
239-
240- - 26 routes × 2 modes (light/dark) = 52 screenshot tests
241- - Chromium browser (iOS display optimized)
242- - Full-page screenshots for comprehensive visual testing
243-
244- Test results and reports are available in the ` playwright-report/ ` directory.
245-
You can’t perform that action at this time.
0 commit comments