mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Merge pull request #172 from TomerFi/def-vals-not-required
fix: default-valued fields are not mandatory
This commit is contained in:
commit
dd9d115889
1 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ inputs:
|
||||||
Limits which test suites are listed. Supported options:
|
Limits which test suites are listed. Supported options:
|
||||||
- all
|
- all
|
||||||
- only-failed
|
- only-failed
|
||||||
required: true
|
required: false
|
||||||
default: 'all'
|
default: 'all'
|
||||||
list-tests:
|
list-tests:
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -45,17 +45,17 @@ inputs:
|
||||||
- all
|
- all
|
||||||
- only-failed
|
- only-failed
|
||||||
- none
|
- none
|
||||||
required: true
|
required: false
|
||||||
default: 'all'
|
default: 'all'
|
||||||
max-annotations:
|
max-annotations:
|
||||||
description: |
|
description: |
|
||||||
Limits number of created annotations with error message and stack trace captured during test execution.
|
Limits number of created annotations with error message and stack trace captured during test execution.
|
||||||
Must be less or equal to 50.
|
Must be less or equal to 50.
|
||||||
required: true
|
required: false
|
||||||
default: '10'
|
default: '10'
|
||||||
fail-on-error:
|
fail-on-error:
|
||||||
description: Set this action as failed if test report contain any failed test
|
description: Set this action as failed if test report contain any failed test
|
||||||
required: true
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
fail-on-empty:
|
fail-on-empty:
|
||||||
description: Set this action as failed if no test results were found
|
description: Set this action as failed if no test results were found
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue