-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
20 lines (20 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Practise",
"version": "1.0.0",
"description": "**Getting Started with Angular**\r - Refer the URL: [https://www.npmjs.com/package/newman]\r - node --version\r - npm --version\r - npm install -i newman\r - g - global\r - i - local to the folder\r - ng --version",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"newman": "^5.2.2",
"newman-reporter-confluence": "^1.0.0",
"newman-reporter-html": "^1.0.5",
"newman-reporter-htmlextra": "^1.20.3"
},
"scripts": {
"search": "newman run Fake-RestFulBooker.postman_collection.json --insecure -d testdata.csv --reporters cli,junit --reporter-junit-export results/junit.xml",
"test": "newman run Fake-RestFulBooker.postman_collection.json --insecure -d testdata.csv --reporters cli,json,junit,html,htmlextra,confluence --reporter-json-export results/outputfile.json --reporter-junit-export results/junit.xml --reporter-html-export results/htmlreport.html --reporter-htmlextra-export results/htmlextrareport.html --reporter-htmlextra-browserTitle \"My Newman report\" --reporter-confluence-export results/template-default.wiki"
},
"keywords": [],
"author": "Veeresh Bikkaneti",
"license": "ISC"
}