Skip to content

Add totalTimeout option and make timeout be per retry #1032

Add totalTimeout option and make timeout be per retry

Add totalTimeout option and make timeout be per retry #1032

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- latest
- 24
- 22
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- run: npm test