Skip to content

Update dependency eslint-config-next to v13.5.8 #437

Update dependency eslint-config-next to v13.5.8

Update dependency eslint-config-next to v13.5.8 #437

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
name: E2E Tests
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_DESCOPE_PROJECT_ID: ${{ vars.NEXT_PUBLIC_DESCOPE_PROJECT_ID }}
DESCOPE_MANAGEMENT_KEY: ${{ secrets.DESCOPE_MANAGEMENT_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: npm run dev
wait-on: 'http://localhost:3000'
wait-on-timeout: 120