forked from kobenguyent/codeceptjs-rphelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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": "codeceptjs-rphelper",
"version": "2.0.4",
"description": "Reportportal helper for Codecept JS tests",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/PeterNgTr/codeceptjs-rphelper.git"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"browserstack",
"codeceptjs-reportportal",
"codeceptjs-rphelper"
],
"author": "Thanh Nguyen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PeterNgTr/codeceptjs-rphelper/issues"
},
"homepage": "https://github.com/PeterNgTr/codeceptjs-rphelper#readme",
"main": "index.js",
"dependencies": {
"reportportal-client": "^5.5.0"
},
"scripts": {
"install_lib": "npm i codeceptjs mocha puppeteer reportportal-client chai assert",
"acceptance_test": "mocha test/acceptance_test.js --timeout 10000",
"bdd_acceptance_test": "mocha test/bdd_acceptance_test.js --timeout 10000",
"test": "npm run acceptance_test && npm run bdd_acceptance_test"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"peerDependencies": {
"codeceptjs": "^2.5.0"
}
}