node-test-github-reporter
v1.3.1
Published
A GitHub test reporter for the Node.js test runner
Readme
node-test-github-reporter
A GitHub test reporter for the Node.js test runner


Installation
npm i -D node-test-github-reporterUsage
node --test --test-reporter node-test-github-reporterYou can use it in conjunction with another test report to also get the output in the logs:
node --test --test-reporter spec --test-reporter-destination stdout --test-reporter node-test-github-reporter --test-reporter-destination stdout