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
ci(reporter): post test results to GitHub PR comments via @testomatio/reporter
Enable the reporter's GitHub pipe across the mocha-based test workflows so
each job posts a pass/fail summary as a PR comment. The reporter was already
a devDependency and wired into every mocha script; this only supplies the
CI environment it needs:
- permissions: pull-requests: write (so github.token can comment)
- GH_PAT: ${{ github.token }} (activates the GitHub pipe; matches webdriver.yml)
- TESTOMATIO: ${{ secrets.TESTOMATIO }} (activates TMS pipe once the secret is set;
dormant no-op until then)
Also add the missing --reporter @testomatio/reporter/mocha flag to the bare
Playwright/Puppeteer helper unit runs, and drop the now-redundant per-step
GH_PAT in webdriver.yml (covered by workflow-level env).
Scope is mocha tests only; CodeceptJS acceptance runs are untouched.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments