https://cypress.io logo
Not sure if this is the right channel. But has any...
# e2e-testing
g
Not sure if this is the right channel. But has anyone run Cypress on CircleCI? I'm trying to add a 120 second wait and not sure of the parameter for that. Am trying to use it within command paramter.
Copy code
- cypress/run:
          name: Environment Tests 
          executor: with-chrome
          browser: chrome
          install-command: yarn install --frozen-lockfile && bundle
          command: yarn cypress run --config-file [location] && sleep 120