Skip to content

test: use playwright for e2e tests #343

test: use playwright for e2e tests

test: use playwright for e2e tests #343

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.0-jammy
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Build and test the library
run: |
bun install
bun run build:lib
bun run build
bun run package
bun run check & bun run test
- name: E2E tests
run: bun run test:e2e
env:
HOME: /root