We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8047a4c commit d6d3adaCopy full SHA for d6d3ada
2 files changed
.travis.yml
@@ -23,5 +23,8 @@ before_script:
23
- sleep 3
24
- fluxbox &
25
26
+script:
27
+ - npm run test:ci
28
+
29
after_success:
30
- npm run coverage
package.json
@@ -17,7 +17,8 @@
17
},
18
"scripts": {
19
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
20
- "test": "npm run test:e2e",
+ "test": "testcafe \"chrome:headless\" tests/e2e/*-test.js --app \"http-server ./ -s\"",
21
+ "test:ci": "npm run test:e2e",
22
"test:e2e": "npm run build && npm run testcafe",
"testcafe": "testcafe all tests/e2e/*-test.js --app \"http-server ./ -s\"",
"precommit": "clinton && lint-staged",
0 commit comments