From 4455c0e6d44a14d7989503df656320044141d6c7 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 8 Jun 2025 09:33:11 +0200 Subject: [PATCH] Run playwright tests in verbose mode --- .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 f419958..4b71f5a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,4 +27,4 @@ jobs: - name: Run the service that will be tested run: pnpm run start & - name: Run Playwright tests - run: pnpm exec playwright test + run: DEBUG=pw:api pnpm exec playwright test