1.7.1 • Published 10 months ago
@reporters/github v1.7.1
Github Actions Reporter
A Github actions reporter for node:test
Installation
npm install --save-dev @reporters/github
or
yarn add --dev @reporters/github
Usage
# .github/workflows/test.yml
- name: Run tests
run: node --test \
--test-reporter=@reporters/github --test-reporter-destination=stdout \
--test-reporter=spec --test-reporter-destination=stdout
Result
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.
Annotations
Summary
1.7.1
10 months ago
1.7.0
1 year ago
1.6.0
1 year ago
1.5.4
1 year ago
1.5.3
2 years ago
1.5.2
2 years ago
1.5.1
2 years ago
1.5.0
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.3
2 years ago
1.1.1
2 years ago
1.1.2
2 years ago
1.1.0
2 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago