From 224bbac1ae97075d6e06eb75d6ab10f4f64ba2c6 Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Thu, 22 Aug 2024 09:56:51 +0000 Subject: [PATCH] ops-6856-Run Playwright @short tests --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}'