I have a cypress automation suite which works fine in local. Now trying to integrate with Circleci. I have added configuration file as given belwo. But getting error while running. Can you please let me know how to solve it?
configfile:
version: 2.1
orbs:
cypress: cypress-io/cypress@1.1.0
workflows:
build:
jobs:
- cypress/run