-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
29 lines (29 loc) · 918 Bytes
/
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
{
"name": "xray-postman-collections",
"version": "1.0.0",
"description": "Xray Postman Collections",
"main": "",
"scripts": {
"test": "node_modules/newman/bin/newman.js run Xray_REST_API_v2.0.postman_collection.json -r cli,json,junit,junitxray --reporter-json-export newman.json --reporter-junit-export junit.xml --reporter-junitxray-export junit2.xml -e xrayserver.postman_environment.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xray-App/xray-postman-collections.git"
},
"keywords": [
"xray"
],
"author": "XBlend",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Xray-App/xray-postman-collections/issues"
},
"homepage": "https://github.com/Xray-App/xray-postman-collections#readme",
"dependencies": {
"newman-reporter-junitxray": "^1.0.3",
"test": "^0.6.0"
},
"devDependencies": {
"newman": "^5.3.2"
}
}