-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (14 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (14 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "qa.legacy.api.automated.tests",
"version": "1.0.0",
"description": "This project uses the newman CLI to run our legacy Postman API tests",
"scripts": {
"mm-tests": "newman run tests/MessageManager.postman_collection.json -e env/Beta_Keith.postman_environment.json --reporters cli,junit --reporter-junit-export newman_reports/newman.xml",
"trigger-tests": "newman run tests/TriggerBroadcast.postman_collection.json -e env/Beta_Avanti.postman_environment.json --reporters cli,junit --reporter-junit-export newman_reports/newman.xml",
"ftp-tests": "newman run tests/FtpProject.postman_collection.json -e env/Beta_Avanti.postman_environment.json"
},
"author": "Joel Fogue",
"dependencies": {
"newman": "^3.9.3"
}
}