An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

test-summary examples
=====================
![Test dashboard: 4 tests passed, 4 tests failed, 2 tests skipped](http://svg.test-summary.com/dashboard.svg?p=4&f=4&s=2)

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.