-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.4 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
42
43
44
45
{
"name": "tutorial-journey-planner",
"version": "1.0.0",
"description": "Serenity.js with Protractor and Cucumber",
"main": "index.js",
"scripts": {
"clean": "rimraf target",
"lint": "tslint --config ./tslint.json --project ./tsconfig.json --format stylish",
"pretest": "serenity update",
"pree2e": "npm run lint && npm run webdriver:update -- --standalone --versions.standalone=2.53.1",
"e2e": "protractor ./protractor.conf.js --cucumberOpts.name 'Connie looks for the next train'",
"report": "serenity run",
"test": "failsafe clean e2e report",
"webdriver:update": "webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serenity-js/tutorial-journey-planner.git"
},
"author": "Jan Molak <jan.molak@smartcodeltd.co.uk>",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"@types/chai": "4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/cucumber": "1.3.1",
"@types/node": "7.0.31",
"chai": "4.0.2",
"chai-as-promised": "7.0.0",
"chai-smoothie": "0.x",
"cucumber": "1.3.2",
"npm-failsafe": "0.x",
"protractor": "5.1.2",
"rimraf": "2.6.1",
"serenity-cli": ">= 0.4.0",
"serenity-js": ">= 1.10.1",
"ts-node": "3.0.6",
"tslint": "5.4.3",
"tslint-microsoft-contrib": "5.0.0",
"typescript": "2.4.0"
},
"engines": {
"node": ">= 6.9.x"
}
}