From b0cfbc4499449561887016c3b20d3661bcf14731 Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Tue, 17 Sep 2024 08:56:58 -0400 Subject: [PATCH] Debug. --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8a569868..29365e1c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -32,7 +32,7 @@ jobs: run: npx wait-on http://localhost:3000 - name: Run Playwright tests - run: npx playwright test + run: xvfb-run npx playwright test --debug env: BASE_URL: ${{ secrets.BASE_URL }} NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}