-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1020 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1020 Bytes
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": "@qavajs/format-report-portal",
"version": "1.2.2",
"description": "cucumber formatter for report portal",
"main": "index.js",
"scripts": {
"test:e2e": "qavajs run --config test-e2e/config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qavajs/format-report-portal.git"
},
"authors": [
"Alexandr Galichenko",
"Alexandr Legchilov"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/qavajs/format-report-portal/issues"
},
"homepage": "https://github.com/qavajs/format-report-portal#readme",
"dependencies": {
"@reportportal/client-javascript": "^5.5.8"
},
"devDependencies": {
"@cucumber/cucumber": "^12.4.0",
"@qavajs/core": "^2.12.0",
"@qavajs/memory": "^1.10.3",
"jest": "^30.2.0"
},
"keywords": [
"reportportal",
"rp",
"cucumber",
"cucumber-reporter",
"reporter",
"cucumber-js",
"qavajs",
"test-automation",
"automation",
"testing"
]
}