Sourced from dorny/test-reporter's releases.
v2.1.0
What's Changed
- Fix broken links in report summary by
@micmarcin dorny/test-reporter#567- Increase step summary limit to 1MiB by
@OlesGalatsanin dorny/test-reporter#581- Fix for empty TRX TestDefinitions by
@OlesGalatsanin dorny/test-reporter#582- Feature: Add summary title by
@micmarcin dorny/test-reporter#568- Fix input description for list options by
@Vampirein dorny/test-reporter#572- Add Golang test parser by
@Shamus03in dorny/test-reporter#571- docs: make sure list-tests is correctly documented on action.yml by
@lucasoaresin dorny/test-reporter#577- Update npm packages by
@jozefizsoin dorny/test-reporter#583- test-reporter release v2.1.0 by
@jozefizsoin dorny/test-reporter#584New Contributors
@micmarcmade their first contribution in dorny/test-reporter#567@OlesGalatsanmade their first contribution in dorny/test-reporter#581@Vampiremade their first contribution in dorny/test-reporter#572@Shamus03made their first contribution in dorny/test-reporter#571@lucasoaresmade their first contribution in dorny/test-reporter#577Full Changelog: https://github.com/dorny/test-reporter/compare/v2.0.0...v2.1.0
Sourced from dorny/test-reporter's changelog.
Changelog
2.1.0
- Feature: Add summary title dorny/test-reporter#568
- Feature: Add Golang test parser dorny/test-reporter#571
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Fix input description for list options dorny/test-reporter#572
- Update npm packages dorny/test-reporter#583
2.0.0
- Parse JUnit report with detailed message in failure dorny/test-reporter#559
- Support displaying test results in markdown using GitHub Actions Job Summaries dorny/test-reporter#383
1.9.1
- Fix problematic retransmission of authentication token dorny/test-reporter#438
- Report correct number of tests in Dart dorny/test-reporter#426
- Number of completed tests mismatches passed/failed dorny/test-reporter#319
1.9.0
- Add support for Rspec (Ruby) dorny/test-reporter#398
1.8.0
- Add
SwiftXunitParserclass based onJavaJunitParserforswift-xunitreporter dorny/test-reporter#317- Use NodeJS 18 LTS as default runtime dorny/test-reporter#332
- Escape
<>characters in suite name dorny/test-reporter#236- Update actions runtime to Node20 dorny/test-reporter#315
- Update check title and remove icon dorny/test-reporter#144
1.7.0
- Fix #199: Use ✅ instead of ✔️ for better cross platform look by
@petrdvorakin dorny/test-reporter#200- Verify content of dist/ folder matches build output by
@dornyin dorny/test-reporter#207- Gracefully handle empty nested testsuite elements for JUnit. by
@rvdlaarschotin dorny/test-reporter#193- Gracefully handle empty failure tags by
@haudren-wovenin dorny/test-reporter#213- Fix #208 - java-junit: show annotations on PR changed files by
@atsu85in dorny/test-reporter#209- Only report failure if fail-on-error is set by
@trond-snekvikin dorny/test-reporter#214- Improve clarity on configuring for forkable repos by
@abelbraaksmain dorny/test-reporter#211- Suppress "Processing test results from" log by
@vasanthdharmarajin dorny/test-reporter#179- Skip listing of files if error parsing is disabled by
@dornyin dorny/test-reporter#216- Correct typo in docs by
@tangowithfoxtrotin dorny/test-reporter#254- update dependencies by
@j-cataniain dorny/test-reporter#269- Add permissions to example yml files by
@TurnrDevin dorny/test-reporter#263- add feature fail-on-empty by
@gdamsin dorny/test-reporter#243- Add dependabot configuration by
@yeikelin dorny/test-reporter#228- Bump ws from 7.3.1 to 7.5.9 in /reports/jest by
@dependabotin dorny/test-reporter#265- Bump actions/checkout from 2 to 4 by
@dependabotin dorny/test-reporter#279- Add new output for url url html by
@luisito666in dorny/test-reporter#242- Update README.md by
@IanMoroneyin dorny/test-reporter#158- Update jest-Junit part of Readme by
@ryancasburn-KAIin dorny/test-reporter#176- fix: default-valued fields are not mandatory by
@TomerFiin dorny/test-reporter#172
... (truncated)
890a17c
test-reporter release v2.1.053f5051
test-reporter release v2.1.0d6ff56a
Merge pull request #583
from dorny/chore/update_packagesb0baeed
Rebuild distebe4a9b
Upgrade npm packages4a3cfcd
Upgrade typescript to v5.8.384bcb5d
Merge pull request #577
from lucasoares/patch-1a8c55a3
Merge pull request #571
from Shamus03/feature/golang-json-parsera0398fb
Correct behavior for test cases with slashes34f1c56
register parser and update readme