Releases: test-summary/action
Releases · test-summary/action
v2.6
v2.5
What's Changed
- Switch to using NodeJS v16 as a action runtime by @webknjaz in #17
- Use HTTPS to link SVG images by @webknjaz in #16
- Bump xml2js from 0.4.23 to 0.5.0 by @dependabot[bot] in #31
- Bump @babel/traverse from 7.20.13 to 7.23.6 by @dependabot[bot] in #36
- HTML escaping of dashboard results by @dil-gschreiber in #26
- Update dependencies by @ethomson in #37
- Bump NodeJS to 20 LTS by @gstokkink in #42
- Use new Github Actions output syntax by @gstokkink in #41
- Include failure or error message on dashboard by @gstokkink in #40
- Don't deference null by @ethomson in #49
- Parse attributeless tags correctly by @sujeet in #55
- add
foldedoption by @braingram in #53 - Check for key existence to identify junit file by @crammond in #52
- ci: update actions versions by @ethomson in #72
- Upgrade to node 24 by @jagthedrummer in #71
- Fix #1 Add support for .trx by @siegfriedpammer in #59
- Updates to use node24 by @CharlieM312 in #66
New Contributors
- @webknjaz made their first contribution in #17
- @dependabot[bot] made their first contribution in #31
- @dil-gschreiber made their first contribution in #26
- @ethomson made their first contribution in #37
- @gstokkink made their first contribution in #42
- @sujeet made their first contribution in #55
- @braingram made their first contribution in #53
- @crammond made their first contribution in #52
- @jagthedrummer made their first contribution in #71
- @siegfriedpammer made their first contribution in #59
- @CharlieM312 made their first contribution in #66
Full Changelog: https://github.com/test-summary/action/commits/v2.5
v2.4
v2.3
What's Changed
- Bump NodeJS to 20 LTS by @gstokkink in #42
- Use new Github Actions output syntax by @gstokkink in #41
- Include failure or error message on dashboard by @gstokkink in #40
New Contributors
- @gstokkink made their first contribution in #42
Full Changelog: https://github.com/test-summary/action/commits/v2.3
v2.2
What's Changed
- Switch to using NodeJS v16 as a action runtime by @webknjaz in #17
- Use HTTPS to link SVG images by @webknjaz in #16
- Bump xml2js from 0.4.23 to 0.5.0 by @dependabot in #31
- Bump @babel/traverse from 7.20.13 to 7.23.6 by @dependabot in #36
- HTML escaping of dashboard results by @dil-gschreiber in #26
- Update dependencies by @ethomson in #37
New Contributors
- @webknjaz made their first contribution in #17
- @dil-gschreiber made their first contribution in #26
Full Changelog: https://github.com/test-summary/action/commits/v2.2
Test Summary Action v2.1
What's Changed
- Cope with empty test suites by @RehanSaeed
- Support error failures by @jcourteau
- Produce GitHub Actions outputs by @jcourteau
- Update dependencies to newer versions by @ethomson
Full Changelog: v2.0...v2.1
v2.0
Test Summary Action v1.0
Initial release of Test Summary Action
Produce an easy-to-read summary of your project's test data as part of your GitHub Actions CI/CD workflow. This helps you understand at-a-glance the impact to the changes in your pull requests, and see which changes are introducing new problems.
- Integrates easily with your existing GitHub Actions workflow
- Produces summaries from JUnit XML and TAP test output
- Compatible with most testing tools for most development platforms
- Customizable to show just a summary, just failed tests, or all test results.
For more information, and how to get started, visit https://github.com/test-summary/action.