Files
cypress/packages/example/circle.yml
Chris Breidng 379013694a import example
2017-04-21 10:55:50 -04:00

17 lines
268 B
YAML

machine:
node:
version: 6.5.0
dependencies:
post:
## install the Cypress CLI Tools
## which gives us access to the
## `cypress` command used below
- npm install -g cypress-cli
- npm run build
test:
override:
- cypress run --record