Releases: test-summary/action
Releases · test-summary/action
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.