-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.26 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
{
"name": "protractor-cucumber-typescript",
"description": "Framework built using Protractor, Cucumber, and Typescript tools",
"scripts": {
"build": "tsc",
"clean": "rimraf typeScript/ reports/ screenshots/ logs/",
"clean-build": "npm run clean && npm run build",
"test": "npm run clean-build && protractor typeScript/src/protractor.config.js",
"tst": "npm run clean-build && protractor debug typeScript/src/protractor.config.js",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"author": "Prashanth Sams <sams.prashanth@gmail.com>",
"devDependencies": {
"@types/cucumber": "^4.0.4",
"@types/jake": "0.0.32",
"@types/log4js": "^2.3.5",
"@types/node": "^10.7.1",
"@types/selenium-webdriver": "^3.0.10",
"all-contributors-cli": "^6.1.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cucumber": "^5.1.0",
"cucumber-html-reporter": "^4.0.3",
"dotenv": "^8.2.0",
"jake": "^10.8.2",
"log4js": "^6.3.0",
"mkdirp": "^0.5.1",
"protractor": "^5.4.0",
"protractor-cucumber-framework": "^6.2.1",
"protractor-cucumber-steps": "^1.3.8",
"rimraf": "^2.6.2",
"ts-node": "^8.0.2",
"typed-slack": "^0.1.4",
"typescript": "^3.0.1"
}
}