mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Add screenshots to README
This commit is contained in:
parent
82588ca4a5
commit
30b8c3e01b
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ This [Github Action](https://github.com/features/actions) displays test results
|
|||
- [x] Annotates code where it failed based on message and stack trace captured during test execution
|
||||
- [x] Sets output variable conclusion to `success` if all tests passed or `failure` if any test failed
|
||||
|
||||
**How it looks:**
|
||||
|||||
|
||||
|:--:|:--:|:--:|:--:|
|
||||
|
||||
**Supported languages / frameworks:**
|
||||
- .NET / [xUnit](https://xunit.net/) / [NUnit](https://nunit.org/) / [MSTest](https://github.com/Microsoft/testfx-docs)
|
||||
- Dart / [test](https://pub.dev/packages/test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue