Skip to content

fix: compatibility with swup 4.6.0 #50

fix: compatibility with swup 4.6.0

fix: compatibility with swup 4.6.0 #50

Workflow file for this run

name: E2E tests
on:
push:
branches: [main, master, next]
pull_request:
workflow_dispatch:
jobs:
run-tests:
name: E2E tests
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps
- name: Run tests
run: npx playwright test --config ./tests/config/playwright.config.ts
- uses: daun/playwright-report-summary@v2
with:
report-file: playwright-results.json