-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "test-cafe-e2e",
"version": "2.0.0",
"description": "E2E testing for almost any frontend app",
"scripts": {
"pretest": "npm run tslint",
"test": "testcafe chrome tests/**/*.spec.ts",
"test:single": "testcafe chrome",
"preci": "npm run tslint",
"ci": "testcafe chrome:headless tests/**/*.spec.ts",
"tslint": "tslint -c tslint.json 'tests/**/*.ts'",
"live": "testcafe-live chrome tests/**/*.spec.ts"
},
"bugs": {
"url": "https://github.com/w3tecch/test-cafe-e2e/issues"
},
"homepage": "https://github.com/w3tecch/test-cafe-e2e#readme",
"license": "MIT",
"keywords": [
"e2e",
"testcafe",
"w3tec",
"boilerplate"
],
"contributors": [
{
"name": "Gery Hirschfeld <[email protected]> (https://github.com/hirsch88)"
},
{
"name": "David Weber <[email protected]> (https://github.com/dweber019)"
}
],
"devDependencies": {
"@types/dotenv": "^4.0.2",
"dotenv": "^5.0.1",
"testcafe": "^0.19.0",
"testcafe-aurelia-selectors": "^0.1.3",
"testcafe-live": "^0.1.3",
"tslint": "^5.9.1"
}
}