-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "e2e",
"version": "1.0.0",
"description": "End-to-end testing with cucumber + protractor ",
"main": "index.js",
"scripts": {
"test": "protractor config/config.js",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vandervan/web-tests.git"
},
"keywords": [
"e2e",
"test",
"cucumber",
"protractor",
"js"
],
"author": "Arthur 'vandervan' Krivitsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/vandervan/web-tests/issues"
},
"homepage": "https://github.com/vandervan/web-tests#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.8.2",
"chai-jquery": "^2.0.0",
"cucumber": "^3.1.0",
"cucumber-html-report": "^0.6.5",
"cucumber-html-reporter": "^5.2.0",
"cucumber-pretty": "0.0.5",
"custom-env": "^2.0.1",
"fs": "0.0.1-security",
"fs-extra": "^9.0.1",
"glob": "^7.1.4",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.2.1",
"log4js": "^4.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.29.1",
"protractor": "^5.4.1",
"protractor-cucumber-framework": "^4.2.0",
"webdriver-manager": "^12.1.7",
"xml": "^1.0.1",
"xmultiple": "^1.0.0"
}
}