-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
18 lines (18 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "context-aware-configuration",
"version": "0.0.1",
"private": true,
"description": "This is just to run automated newman tests for this service",
"scripts": {
"test": "./node_modules/.bin/newman dir-run ./postman/superposition --environment ./postman/starting_env.json --export-environment ./postman/superposition_env.json && ./node_modules/.bin/newman dir-run ./postman/cac --environment ./postman/superposition_env.json && ./node_modules/.bin/newman dir-run --environment ./postman/superposition_env.json ./postman/experimentation-platform ",
"load_superposition_tests": "npx newman dir-import postman/superposition -o postman/superposition.postman_collection.json",
"load_exp_tests": "npx newman dir-import postman/experimentation-platform -o postman/experimentation-platform.postman_collection.json",
"load_cac_tests": "npx newman dir-import postman/cac -o postman/cac.postman_collection.json"
},
"devDependencies": {
"axios": "^1.7.4",
"daisyui": "^4.3.1",
"newman": "git+ssh://[email protected]:knutties/newman.git#feature/newman-dir",
"tailwindcss": "^3.3.5"
}
}