https://github.com/sjinks/node-reporter-gha
A GitHub Actions test reporter for the Node.js Test Runner
https://github.com/sjinks/node-reporter-gha
gha github-actions node-test-reporter test-reporter test-reporting
Last synced: 4 months ago
JSON representation
A GitHub Actions test reporter for the Node.js Test Runner
- Host: GitHub
- URL: https://github.com/sjinks/node-reporter-gha
- Owner: sjinks
- License: mit
- Created: 2024-05-11T09:38:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T01:01:08.000Z (7 months ago)
- Last Synced: 2025-07-19T05:52:34.274Z (7 months ago)
- Topics: gha, github-actions, node-test-reporter, test-reporter, test-reporting
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/node-reporter-gha
- Size: 857 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# node-reporter-gha
[](https://github.com/sjinks/mocha-reporter-gha/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=sjinks_node-reporter-gha)
A GitHub Actions test reporter for the Node.js [Test Runner](https://nodejs.org/api/test.html).
## Installation
```bash
npm i -D node-reporter-gha
```
## Usage
```bash
node --test --test-reporter=node-reporter-gha
```
Multiple reporters:
```bash
node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=node-reporter-gha --test-reporter-destination=stdout
```
See [Test reporters](https://nodejs.org/api/test.html#test-reporters) for details.
## Sample Output
### Inline Annotations

### Summary
