Skip to content

playwright e2e tests #6

playwright e2e tests

playwright e2e tests #6

Workflow file for this run

name: Robin Test
on:
workflow_dispatch:
pull_request:
jobs:
test:
name: Test 🧪
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
- run: pnpm run example:kitchen-sink --port 8080 &
- run: pnpm wait-on http://localhost:8080
- run: curl http://localhost:8080