@reporters/gh
v1.2.1
Published
A github actions reporter for `node:test`
Maintainers
Readme
Github Actions Reporter
A Github actions reporter for node:test
Installation
npm install --save-dev @reporters/ghor
yarn add --dev @reporters/ghUsage
# .github/workflows/test.yml
- name: Run tests
run: node --test --test-reporter=@reporters/ghResult
when test failed, annotations will be added inside the github UI, with corresponding errors and diagnostics. see example run:
Inline annotations
additionally, Annotations and summary will be added to the summary of the test run.
