-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 1.03 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
{
"name": "ps_functional_tests_python_node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"index": "mocha -t 90000000 /projet/PrestaShop/PSFunctionalTests/test/itg/1.7/scenario/BO/delete_product.webdriverio.js --URL=prestashop-dev.test",
"all": "mocha -t 90000000 /projet/PrestaShop/PSFunctionalTests/test/itg/1.7/index.webdriverio.js --URL=prestashop-rc.test --browser=firefox"
},
"repository": {
"type": "git",
"url": "https://github.com/hatem-hadrich/PSFunctionalTestsPython-Node.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": "^2.5",
"node-uuid": "^1.4",
"parsed-url": "0.0.0",
"q": "^1.4",
"req": "^0.1",
"should": "^9.0",
"webdriverio": "^4.0",
"window": "^1.0"
}
}