diff --git a/.github/workflows/playwright-only-failed.yml b/.github/workflows/playwright-only-failed.yml index e7bace1..832ab64 100644 --- a/.github/workflows/playwright-only-failed.yml +++ b/.github/workflows/playwright-only-failed.yml @@ -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