{"repo":"test-summary/action","free":true,"listed":false,"github":"https://github.com/test-summary/action","clone":"git clone https://github.com/test-summary/action.git","description":"Show a helpful summary of test results in GitHub Actions CI/CD workflow runs","language":"TypeScript","stars":445,"topics":["github-actions","actions","testing","ci-cd"],"license":"MIT","category":"deployment-docker-iac","readme_excerpt":"Test Summary ============ 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 Produces step outputs, so you can pass summary data to other actions Customizable to show just a summary, just failed tests, or all test results Output can go to the GitHub job summary (default), to a file or stdout Getting Started --------------- To set up the test summary action, just add a few lines of YAML to your GitHub Actions workflow. For example, if your test harness produces JUnit XML outputs in the test/results/ directory, and you want the output attached to the job summary, add a new step to your workflow YAML after your build and test step: Update paths to match the test output file(s) that your test harness produces. You can specify glob patterns, including to match the pattern recursively. In addition, you can specify multiple test paths on multiple lines. For example: Note the if: always() conditional in this workflow step: you should always use this so that the test summary creation step runs even if the previous steps have failed. This allows your test step to fail -- due to failing tests -- but still produce a te","default_branch":null,"files":null,"tree":[],"storefront":"/r/test-summary","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/test-summary/action/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}