-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 925 Bytes
/
package.json
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
{
"name": "running-tests-using-travis-and-saucelabs",
"version": "1.0.0",
"description": "A set of sample files that help you to learn how to run TestCafe tests in the cloud using Travis CI and Sauce Labs.",
"main": "server.js",
"scripts": {
"test": "node server.js & testcafe 'saucelabs:Chrome@beta:Windows 10' tests/index-test.js; EXIT_CODE=$?; kill $!; exit $EXIT_CODE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevExpress/testcafe.git"
},
"author": "Developer Express Inc. (https://devexpress.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevExpress/testcafe/issues"
},
"homepage": "https://github.com/DevExpress/testcafe#readme",
"dependencies": {
"connect": "^3.4.1",
"serve-static": "^1.11.1"
},
"devDependencies": {
"testcafe": "0.3.1-alpha",
"chai": "*",
"testcafe-browser-provider-saucelabs": "^1.0.0"
}
}