Skip to content

v1.2.4: fix to respect initial data-playback-state values, fix quirky… #51

v1.2.4: fix to respect initial data-playback-state values, fix quirky…

v1.2.4: fix to respect initial data-playback-state values, fix quirky… #51

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps chrome firefox
- name: Run tests
run: npm run test