node-reporter-gha
v2.0.4
Published
Node reporter for GitHub Actions
Downloads
2,746
Maintainers
Readme
node-reporter-gha
A GitHub Actions test reporter for the Node.js Test Runner.
Installation
npm i -D node-reporter-gha
Usage
node --test --test-reporter=node-reporter-gha
Multiple reporters:
node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-gha --test-reporter-destination=stdout
See Test reporters for details.