mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Force generating summary if there is single results file and onlySummary is enabled
This commit is contained in:
parent
17e793242c
commit
2ac8b4498f
6 changed files with 128 additions and 167 deletions
|
|
@ -128,6 +128,11 @@ jobs:
|
|||
# mocha-json
|
||||
reporter: ''
|
||||
|
||||
# Allows you to generate only the summary.
|
||||
# If enabled, the report will contain a table listing each test results file and the number of passed, failed, and skipped tests.
|
||||
# Detailed listing of test suites and test cases will be skipped.
|
||||
only-summary: 'false'
|
||||
|
||||
# Limits which test suites are listed:
|
||||
# all
|
||||
# failed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue