Skip to content

v1.8.0 Custom working directory

Compare
Choose a tag to compare
@bahmutov bahmutov released this 09 Jul 18:30
· 248 commits to master since this release

You can specify a custom working directory for commands. Useful in the situations where the front-end tests live in a subfolder.

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