Skip to content

test: add delay post navigate #77

test: add delay post navigate

test: add delay post navigate #77

name: Test VoiceOver
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-voiceover:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
browser: [chromium, firefox, webkit]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Guidepup Setup
uses: guidepup/setup-action@0.13.0
with:
record: true
- run: yarn install --frozen-lockfile
- run: yarn pretest
- run: yarn test:voiceover:${{ matrix.browser }}
- uses: actions/upload-artifact@v3
if: always()
continue-on-error: true
with:
name: artifacts
path: |
**/test-results/**/*
**/recordings/**/*