mirror of
https://github.com/dorny/test-reporter.git
synced 2026-05-06 18:47:35 +02:00
Add new parameter list-files for when there are multiple files in a report
This commit is contained in:
parent
093d99bd59
commit
a48134be3e
5 changed files with 182 additions and 7 deletions
|
|
@ -54,6 +54,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