forked from kobenguyent/codeceptjs-rphelper
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@reportportal/agent-js-codecept",
"version": "0.2.3",
"description": "Reportportal plugin for Codecept JS tests",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:reportportal/agent-js-codecept.git"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"browserstack",
"codeceptjs-reportportal",
"codeceptjs-rphelper"
],
"author": "Thanh Nguyen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com:reportportal/agent-js-codecept/issues"
},
"homepage": "https://github.com:reportportal/agent-js-codecept#readme",
"main": "index.js",
"dependencies": {
"@reportportal/client-javascript": "^5.0.2"
},
"scripts": {
"test": "mocha test/acceptance_test.js --timeout 6000"
},
"devDependencies": {
"chai": "^4.2.0",
"codeceptjs": "2.5.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"lodash": "^4.17.21",
"mocha": "^7.0.1",
"puppeteer": "^2.1.1"
}
}