From 4b46d788e7a4c63ffa36ae58f3e6ed832929c6f4 Mon Sep 17 00:00:00 2001 From: Konboi Date: Tue, 9 Apr 2024 09:18:17 +0900 Subject: [PATCH] use json report and --json option --- .github/workflows/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 159bbcf..9a4be65 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -51,5 +51,5 @@ jobs: - name: Run Playwright tests run: npx playwright test --project=${{ matrix.browser }} $(cat launchable-subset.txt) - name: Record - run: launchable record tests playwright report.xml + run: launchable record tests playwright --json report.json if: always()