diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bac20f3..e4d32a7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -53,6 +53,8 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test + - name: Run Playwright @short tests + run: npx playwright test --config=playwright.config.ts --grep "@short" env: USER: '${{ secrets.USER }}' PW: '${{ secrets.PW }}'