mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
Update playwright-only-failed.yml
This commit is contained in:
parent
d24bdba301
commit
1e6f7066d9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/playwright-only-failed.yml
vendored
3
.github/workflows/playwright-only-failed.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Playwright Test Report
|
||||
name: Playwright Test Report - only failed tests
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
|
@ -23,4 +23,5 @@ jobs:
|
|||
reporter: java-junit
|
||||
show-html-notice: true
|
||||
list-tests: 'failed'
|
||||
list-suites: 'failed'
|
||||
fail-on-error: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue