diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 15ab987..1dcb2b2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,5 +25,12 @@ jobs: - name: Install Playwright browsers run: npx playwright install --with-deps - - name: Run Playwright tests - run: npx playwright test + - name: Run Smoke Tests + run: npx playwright test tests/E2E --project=Chromium + + - name: Upload Playwright Report + if: always() + uses: actions/upload-artifact@v4 + with: + name: playwright-report + path: playwright-report/ \ No newline at end of file