-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "geppetto",
"version": "1.0.0",
"description": "Geppetto is the new test Automation Framework for Prestashop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"mocha-test-puppeteer": "node_modules/mocha/bin/mocha test/mocha/campaigns/take_screenshot.js",
"PR": "node_modules/mocha/bin/mocha test/mocha/campaigns/PR",
"specific-test": "node_modules/mocha/bin/mocha test/mocha/campaigns/$TEST_PATH"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mbadrani/geppetto.git"
},
"author": "mbadrani",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/mbadrani/geppetto/issues"
},
"homepage": "https://github.com/mbadrani/geppetto#readme",
"dependencies": {
"convert-excel-to-json": "^1.5.2",
"mongodb": "^3.1.9",
"puppeteer": "^1.10.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"differencify": "^1.5.2",
"eslint-plugin-mocha": "^5.2.0",
"file-system": "^2.2.2",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"should": "^13.2.3"
}
}