Skip to content

Run storybook tests with playwright #2

Run storybook tests with playwright

Run storybook tests with playwright #2

Workflow file for this run

name: End-to-end tests
on:
push:
pull_request:
jobs:
end-to-end:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker to run tests
run: |
docker build --platform linux/amd64 --tag 'playwright' . -f ./e2e/Dockerfile --target test