mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Add counters outputs to action.yml
This commit is contained in:
14
README.md
14
README.md
@@ -96,13 +96,13 @@ jobs:
|
||||
```
|
||||
|
||||
## Output parameters
|
||||
| Name | Description |
|
||||
| :-- | :-- |
|
||||
| conclusion | `success` or `failure` |
|
||||
| passed | Count of passed tests |
|
||||
| failed | Count of failed tests |
|
||||
| skipped | Count of skipped tests |
|
||||
| time | Execution time [ms] |
|
||||
| Name | Description |
|
||||
| :-- | :-- |
|
||||
| conclusion | `success` or `failure` |
|
||||
| passed | Count of passed tests |
|
||||
| failed | Count of failed tests |
|
||||
| skipped | Count of skipped tests |
|
||||
| time | Test execution time [ms] |
|
||||
|
||||
## Supported formats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user