https://github.com/test-summary/examples
Examples for using the test-summary action to add test summaries in GitHub Actions CI/CD workflows
https://github.com/test-summary/examples
Last synced: about 1 year ago
JSON representation
Examples for using the test-summary action to add test summaries in GitHub Actions CI/CD workflows
- Host: GitHub
- URL: https://github.com/test-summary/examples
- Owner: test-summary
- Created: 2022-03-25T16:13:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:21:37.000Z (over 2 years ago)
- Last Synced: 2025-03-20T20:14:26.273Z (about 1 year ago)
- Language: C
- Size: 478 KB
- Stars: 11
- Watchers: 0
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test-summary examples
=====================

Some example projects to show how to emit test output in various types of projects, and create a test summary to add to your GitHub Actions workflow.
Examples:
* [C with the Clar test framework](c-clar/)
* [Java with the JUnit test framework](java-junit/)
* [JavaScript with the mocha test framework](javascript-mocha/)
* [JavaScript with the node-tap test framework](javascript-tap/)
* [.NET](dotnet/)
For more information about how to configure the test-summary action, visit the [test-summary action](https://github.com/test-summary/action) repository.