-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 735 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 735 Bytes
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
{
"name": "acceptance-tests",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"test": "npm run tsc && protractor compiledCode/config/config.js",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"devDependencies": {
"@types/cucumber": "0.0.38",
"@types/node": "^8.0.31",
"@types/selenium-webdriver": "^3.0.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"cucumber": "^2.3.0",
"cucumber-html-reporter": "^4.0.5",
"mkdirp": "^0.5.1",
"protractor": "^5.1.2",
"protractor-cucumber-framework": "^3.1.1",
"typescript": "3.5.1",
"ts-node": "^3.1.0",
"request": "^2.34",
"request-promise": "^4.2.2",
"@types/request-promise": "^4.1.38"
}
}