Add Playwright job summary to CI

Generates a markdown summary table in GitHub Actions showing
passed/failed tests with timing per test. Uses the JSON reporter
to output results, then a Node script to format as markdown
and append to $GITHUB_STEP_SUMMARY.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-25 00:38:38 +01:00
parent 19ce2d1f1e
commit 074bcff4e5
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
3 changed files with 33 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ dist/
e2e/results/
test-results/
playwright-report/
playwright-results.json