forked from reportportal/agent-js-cucumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
41
42
43
44
{
"name": "reportportal-agent-cucumber",
"version": "1.0.0",
"description": "Agent that connects cucumber-js with report portal ",
"main": "./modules/index",
"spec": "сumber version >=2.0.3 <3.0.0",
"dependencies": {
"path": "^0.12.7",
"reportportal-client": "^5.1.0"
},
"devDependencies": {
"chromedriver": "^2.32.2",
"cucumber-parallel": "^2.0.3",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"log4js": "^2.3.3",
"protractor-cucumber-framework": "^4.0.8",
"selenium-webdriver": "^3.5.0"
},
"scripts": {
"test": "cd testSample && node cuceLaunch.js",
"testSingle": "cd testSample && npm run testSingle ",
"protractorTest": "cd testSample && protractor protractor.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reportportal/agent-js-cucumber"
},
"keywords": [
"cucumber-reporter",
"reportportal",
"reporter"
],
"author": "Uladzimir Paliakou",
"license": "ISC",
"bugs": {
"url": "https://github.com/reportportal/agent-js-cucumber/issues"
},
"homepage": "https://github.com/reportportal/agent-js-cucumber#readme"
}