Skip to content

chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.2.0 #281

chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.2.0

chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.2.0 #281

Workflow file for this run

name: End-to-end tests
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm run start
wait-on: "http://localhost:1234"