forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
28 lines (28 loc) · 945 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/mocha
- node_modules/.bin/mocha --compilers js:babel-register --reporter mocha-circleci-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/mocha/junit.xml public/js/test/node-unit-tests.js
- node_modules/.bin/cypress ci b07646ab-ddfa-442b-b63f-aebf00452de8
- node_modules/.bin/cypress ci b07646ab-ddfa-442b-b63f-aebf00452de8
pre:
- DEBUG_CHROME=true node bin/development-server.js:
background: true
- node bin/firefox-driver --start:
background: true
- /opt/google/chrome/google-chrome --remote-debugging-port=9222 --no-first-run:
background: true
- sleep 30
post:
- npm run lint-css
- npm run lint-js
- npm run flow
# - npm run karma
dependencies:
override:
- npm install
- ./bin/install-chrome
- ./bin/install-firefox
- node_modules/.bin/cypress install
machine:
node:
version: 5.10.1