From d61a9a29774d0af257b476b7191724226cd4fecd Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Tue, 1 Oct 2024 15:01:50 +0700 Subject: [PATCH] list --- .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 46bcad4..7a945e8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -28,7 +28,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test --reporter=dot + run: npx playwright test --reporter=list - name: Upload test results if: always() # Upload results even if tests fail