Skip to content

E2E Test

E2E Test #734

Workflow file for this run

name: E2E Test
on:
schedule:
- cron: '0 4 * * *'
push:
workflow_dispatch:
jobs:
record:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm run start:app
browser: replay-chromium
wait-on: 'http://localhost:3000'
wait-on-timeout: 120
env:
REPLAY_API_KEY: rwk_xxNF2q8coRNanmtYmhmzyvHZM7KQ2VvW8CuMGJwhPUJ
REPLAY_METADATA_TEST_RUN_TITLE: ${{ matrix.platform }}