Expand description
github reporter — emits GitHub Actions ::error annotations
for every failing test in addition to forwarding events to a
wrapped reporter. Mirrors Playwright’s
/tmp/playwright/packages/playwright/src/reporters/github.ts.
Structs§
- Github
Reporter - GitHub Actions reporter. Wraps a delegate (typically the terminal
reporter) and additionally emits
::error file=...,line=...,title=...::messagelines so failures show up as inline annotations on the PR.