Skip to content

execute_playwright_code: drop replays + browser lifecycle; add manage_replays tool #95

execute_playwright_code: drop replays + browser lifecycle; add manage_replays tool

execute_playwright_code: drop replays + browser lifecycle; add manage_replays tool #95

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
merge_group:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- name: Type check
run: bunx tsc --noEmit