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.