Skip to content

Commit

Permalink
implementación paginación api victor & npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Escalera García committed Mar 9, 2024
1 parent 87e9a87 commit 682923c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tests/enviroments/gcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 682923c

Please sign in to comment.