generated from serenity-js/serenity-js-cucumber-protractor-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "acceptance-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "serenity-bdd update",
"clean": "rimraf target",
"start": "node app",
"test": "failsafe clean test:execute test:report",
"test:execute": "protractor ./protractor.conf.js",
"test:execute:wip": "protractor ./protractor.conf.js --cucumberOpts.tags=@wip",
"test:report": "serenity-bdd run --features ./features",
"wip": "failsafe clean test:execute:wip test:report",
"lint": "tslint --project tsconfig.json --format stylish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serenity-js/serenity-js-cucumber-protractor-template.git"
},
"keywords": [
"serenity-js",
"bdd",
"cucumber",
"protractor",
"testing"
],
"author": "Jan Molak <jan.molak@smartcodeltd.co.uk>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/serenity-js/serenity-js-cucumber-protractor-template/issues"
},
"homepage": "http://serenity-js.org",
"engines": {
"node": ">= 10",
"npm": ">= 6"
},
"dependencies": {
"express": "^4.17.1",
"todomvc-common": "^1.0.5",
"todomvc-app-css": "^2.3.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@serenity-js/assertions": "^2.19.10",
"@serenity-js/core": "^2.24.1",
"@serenity-js/console-reporter": "^2.24.0",
"@serenity-js/cucumber": "^2.23.1",
"@serenity-js/jasmine": "^2.24.1",
"@serenity-js/local-server": "^2.19.10",
"@serenity-js/protractor": "^2.19.10",
"@serenity-js/rest": "^2.24.1",
"@serenity-js/serenity-bdd": "^2.24.1",
"@types/cucumber": "^7.0.0",
"@types/jasmine": "^3.6.4",
"@types/node": "^14.14.31",
"axios": "^0.21.0",
"chromedriver": "^88.0.0",
"cucumber": "^6.0.5",
"jasmine": "^3.6.4",
"is-ci": "^3.0.0",
"npm-failsafe": "^0.4.3",
"protractor": "^7.0.0",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.9.9"
}
}