Sourced from dorny/test-reporter's releases.
v2.1.1
A bug fix release of the
test-reporteraction.What's Changed
- Use if: '!cancelled()' by
@Vampirein dorny/test-reporter#576- Update packages to latest minor releases by
@jozefizsoin dorny/test-reporter#599- Add step summary short summary by
@OlesGalatsanin dorny/test-reporter#589- Return links to summary report by
@OlesGalatsanin dorny/test-reporter#588- Add type definitions to
github-utils.tsby@jozefizsoin dorny/test-reporter#604- Configure markdown linting rules by
@jozefizsoin dorny/test-reporter#605- List only failed tests by
@jozefizsoin dorny/test-reporter#606- Add stack trace from trx to summary by
@dboriichukin dorny/test-reporter#615- Update development dependencies by
@jozefizsoin dorny/test-reporter#628- Fix error when a TestMethod element does not have a className attribute in a trx file by
@0xcedin dorny/test-reporter#623- test-reporter release v2.1.1 by
@jozefizsoin dorny/test-reporter#638New Contributors
@dboriichukmade their first contribution in dorny/test-reporter#615@0xcedmade their first contribution in dorny/test-reporter#623Full Changelog: https://github.com/dorny/test-reporter/compare/v2.1.0...v2.1.1
Sourced from dorny/test-reporter's changelog.
Changelog
2.1.1
- Fix error when a TestMethod element does not have a className attribute in a trx file dorny/test-reporter#623
- Add stack trace from trx to summary dorny/test-reporter#615
- List only failed tests dorny/test-reporter#606
- Add type definitions to
github-utils.tsdorny/test-reporter#604- Avoid split on undefined dorny/test-reporter#258
- Return links to summary report dorny/test-reporter#588
- Add step summary short summary dorny/test-reporter#589
- Fix for empty TRX TestDefinitions dorny/test-reporter#582
- Increase step summary limit to 1MiB dorny/test-reporter#581
- Fix input description for list options dorny/test-reporter#572
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
... (truncated)
dc3a926
test-reporter release v2.1.1e8e2736
test-reporter release v2.1.1ec9d9d2
Merge pull request #623
from 0xced/xunitv3-trxbe36461
Fix code formatting in the dotnet-trx.tests.ts file8dd7047
Merge pull request #628
from dorny/chore/update_packages71814ae
Update development dependencies4128d36
Use "Unclassified" when no class name is availabled1504ea
Add test on a trx report where the className attribute of TestMethod is
missing18430db
Merge pull request #615
from dboriichuk/trx-stack-trace-summaryae8bd19
Add stack tracke to summary