-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "ready-e2e",
"version": "1.0.0",
"scripts": {
"qa": "NODE_ENV=qa mocha test/campaigns --reporter mochawesome",
"social_connect": "mocha test/campaigns/socialConnect --URL=presto17101602.qa-prestashopready.net"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShop/PSFunctionalTests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PrestaShop/PSFunctionalTests/issues"
},
"homepage": "https://github.com/PrestaShop/PSFunctionalTests#readme",
"dependencies": {
"json": "9.0",
"minimist": "1.2",
"mocha": "3.5.3",
"node-uuid": "1.4",
"parsed-url": "0.0.0",
"q": "1.4",
"req": "0.1",
"should": "13.1.0",
"webdriverio": "4.0",
"window": "4.2.0"
},
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"chai-string": "^1.4.0",
"config": "^1.26.2",
"dateformat": "3.0.2",
"mocha-prepare": "0.1.0",
"mochawesome": "2.3.0",
"nodemailer": "4.0.1",
"npm-check": "5.4.5",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"wait-until": "0.0.2"
}
}