mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add counters outputs to action.yml
This commit is contained in:
parent
2077cfca36
commit
00c66cb7f0
2 changed files with 15 additions and 7 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue