Skip to content

chore(deps): bump rollup from 4.18.0 to 4.22.4 #60

chore(deps): bump rollup from 4.18.0 to 4.22.4

chore(deps): bump rollup from 4.18.0 to 4.22.4 #60

name: Playwright Integration Tests Screenshots
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
test-screenshots:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run test:screenshots
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-screenshots
path: playwright-report-screenshots/
retention-days: 3