From 1e6f7066d9cba4457b14483b67d2a6fdece48938 Mon Sep 17 00:00:00 2001 From: Connor Date: Tue, 15 Oct 2024 13:21:01 -0500 Subject: [PATCH] Update playwright-only-failed.yml --- .github/workflows/playwright-only-failed.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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