diff --git a/package.json b/package.json index c761f8b..aeed52a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "1.0.0", "scripts": { "start": "node index.js", - "test": "npx newman run ./tests/apiVEG-gcloud.json && npx newman run ./tests/apiNRM-gcloud.json && npx newman run ./Enrique/tests/CollectionAPIEGO.json -e ./Enrique/tests/enviroments/GCloudEnv.json" + "test": "npm run test-EGO && npm run test-NRM && npm run test-VEG", + "test-EGO": "npx newman run ./Enrique/tests/CollectionAPIEGO.json -e ./Enrique/tests/enviroments/GCloudEnv.json", + "test-NRM": "npx newman run ./tests/apiNRM-gcloud.json -e ./tests/enviroments/gcloud.json", + "test-VEG": "npx newman run ./tests/apiVEG-gcloud.json -e ./tests/enviroments/gcloud.json" }, "dependencies": { "body-parser": "^1.20.2", diff --git a/tests/enviroments/gcloud.json b/tests/enviroments/gcloud.json index be9bcb0..99afb75 100644 --- a/tests/enviroments/gcloud.json +++ b/tests/enviroments/gcloud.json @@ -10,6 +10,6 @@ } ], "_postman_variable_scope": "environment", - "_postman_exported_at": "2024-03-06T19:15:15.678Z", - "_postman_exported_using": "Postman/10.23.10-240304-0614" + "_postman_exported_at": "2024-03-09T16:05:23.619Z", + "_postman_exported_using": "Postman/10.23.12-240308-0814" } \ No newline at end of file