Skip to content

Upgrade cypress to v13.3.0 #56

Upgrade cypress to v13.3.0

Upgrade cypress to v13.3.0 #56

Workflow file for this run

name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
command: npm run test:cloud