diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 39fb614..c6f2304 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,6 +19,10 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test --reporter=html + - name: Install Cucumber + run: npm install --save-dev @cucumber/cucumber + - name: Run Cucumber tests + run: npm test - uses: actions/upload-artifact@v4 if: always() with: