mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 05:27:55 +01:00
Add new parameter list-files for when there are multiple files in a report
This commit is contained in:
parent
ee446707ff
commit
20f3d370e2
5 changed files with 180 additions and 6 deletions
|
|
@ -52,6 +52,14 @@ inputs:
|
|||
- none
|
||||
required: false
|
||||
default: 'all'
|
||||
list-files:
|
||||
description: |
|
||||
Limits which test result files are listed. Supported options:
|
||||
- all
|
||||
- failed
|
||||
- none
|
||||
required: false
|
||||
default: 'all'
|
||||
max-annotations:
|
||||
description: |
|
||||
Limits number of created annotations with error message and stack trace captured during test execution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue