v1.8.0 Custom working directory
You can specify a custom working directory for commands. Useful in the situations where the front-end tests live in a subfolder.
- PR #144
version: 2.1
orbs:
cypress: cypress-io/[email protected]
workflows:
build:
jobs:
- cypress/run:
working_directory: frontend
- added
base-12-6-0
executor with Node 12.6.0