add playwright-report file to test skipped

This commit is contained in:
Connor Vidlock 2024-01-29 15:42:01 -06:00
parent 9c2f1cf0f7
commit 926bb5420a
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
3 changed files with 480 additions and 2 deletions

View file

@ -15,7 +15,7 @@ export interface ReportOptions {
}
const defaultOptions: ReportOptions = {
listSuites: 'non-skipped',
listSuites: 'all',
listTests: 'all',
baseUrl: '',
onlySummary: false