mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
add playwright-report file to test skipped
This commit is contained in:
parent
9c2f1cf0f7
commit
926bb5420a
3 changed files with 480 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ export interface ReportOptions {
|
|||
}
|
||||
|
||||
const defaultOptions: ReportOptions = {
|
||||
listSuites: 'non-skipped',
|
||||
listSuites: 'all',
|
||||
listTests: 'all',
|
||||
baseUrl: '',
|
||||
onlySummary: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue