mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Add counters outputs to action.yml
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
| passed | Count of passed tests |
|
||||
| failed | Count of failed tests |
|
||||
| skipped | Count of skipped tests |
|
||||
| time | Execution time [ms] |
|
||||
| time | Test execution time [ms] |
|
||||
|
||||
## Supported formats
|
||||
|
||||
|
||||
@@ -59,6 +59,14 @@ outputs:
|
||||
Final conclusion of the created check run:
|
||||
- 'success' if no failed tests was found
|
||||
- 'failure' if any failed test was found
|
||||
passed:
|
||||
description: Count of passed tests
|
||||
failed:
|
||||
description: Count of failed tests
|
||||
skipped:
|
||||
description: Count of skipped tests
|
||||
time:
|
||||
description: Test execution time [ms]
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user