Skip to content

chore(deps): update dependency cypress to v12.17.0 #479

chore(deps): update dependency cypress to v12.17.0

chore(deps): update dependency cypress to v12.17.0 #479

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
# https://github.com/cypress-io/github-action
- name: Cypress run
uses: cypress-io/github-action@v4
with:
# check the spec types
build: npm run lint
# start the application before running Cypress
start: npm start
# pass the grep tag to run only some tests
# https://github.com/bahmutov/cy-grep
env: grepTags=@sanity