Skip to content

Test Summary Action v1.0

Compare
Choose a tag to compare
@ethomson ethomson released this 09 May 17:27
· 45 commits to main since this release

Initial release of Test Summary Action

Test dashboard: 42 tests passed
Test dashboard: 42 tests failed
Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped

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.