mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-05 22:39:28 -06:00
20 lines
238 B
YAML
20 lines
238 B
YAML
general:
|
|
branches:
|
|
ignore:
|
|
- gh-pages
|
|
|
|
machine:
|
|
node:
|
|
version: 6.5.0
|
|
|
|
dependencies:
|
|
post:
|
|
- npm install -g cypress-cli
|
|
|
|
test:
|
|
pre:
|
|
- npm start:
|
|
background: true
|
|
override:
|
|
- cypress run --record
|