mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 14:50:00 -06:00
17 lines
268 B
YAML
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
|