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: 2 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T02:44:28.000Z (3 months ago)
- Last Synced: 2025-03-05T05:02:22.330Z (3 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: 778 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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
