-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 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
{
"name": "automation-training",
"version": "1.0.0",
"description": "Automation training",
"scripts": {
"build": "./node_modules/.bin/tsc",
"e2e": "npm run build && ./node_modules/.bin/protractor --inspect-brk protractor.conf.js",
"webdriver-update": "./node_modules/.bin/webdriver-manager update",
"webdriver-start": "./node_modules/.bin/webdriver-manager start",
"start": "npm run webdriver-update && npm run webdriver-start"
},
"author": "Agustina Bosso",
"license": "ISC",
"dependencies": {
"@types/cucumber": "^4.0.4",
"@types/node": "^11.9.3",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cucumber": "^6.0.5",
"cucumber-html-reporter": "^4.0.3",
"cucumber-pretty": "^6.0.0",
"extend": "^3.0.2",
"fs": "0.0.1-security",
"mkdirp": "^1.0.4",
"protractor": "^5.4.2",
"protractor-cucumber-framework": "^6.1.3",
"retry": "^0.12.0",
"selenium-webdriver": "^3.6.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.3",
"webdriver-manager": "^12.1.8"
}
}