diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4755d87..dafdb81 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,6 +15,8 @@ jobs: node-version: 16 - name: Install dependencies run: npm ci + - name: Build for preview + run: npm run build-only - name: Install Playwright Browsers run: yarn playwright install --with-deps - name: Run Playwright tests @@ -22,6 +24,6 @@ jobs: - uses: actions/upload-artifact@v3 if: always() with: - name: playwright-report - path: playwright-report/ + name: e2e-artifacts + path: e2e-artifacts/ retention-days: 30 \ No newline at end of file diff --git a/.gitignore b/.gitignore index bc7c799..c1dcbfd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ coverage e2e-mobile-test-results e2e-desktop-test-results e2e-test-results +e2e-artifacts +e2e-desktop-artifacts +e2e-mobile-artifacts .vite-inspect .rollup-inspect coverage