Skip to main content

Module github

Module github 

Source
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§

GithubReporter
GitHub Actions reporter. Wraps a delegate (typically the terminal reporter) and additionally emits ::error file=...,line=...,title=...::message lines so failures show up as inline annotations on the PR.