@arquimedes.co/postman-executor
v2.0.2
Published
Package that executes multiple postman collections with their respective mongodb seeding
Readme
| Command | Description | | ----------------- | ----------------------------------------------------------------------- | | -d, --docker | Mongo in docker container (container name) | | -l, --location | Global Configuration file location | | -prot, --protocol | Server Protocol | | -i, --ip | Server IP | | -p, --port | Server Port | | -t, --tests | Tests to run in comma-separated list. All are run if none are specified | | -ci, --ci | CI exec (if it should check multiple times for the server) |
local: install mongod, mongosh, mongoimport https://www.mongodb.com/try/download/community (5.0.1+) https://www.mongodb.com/try/download/shell https://www.mongodb.com/try/download/database-tools?tck=docs_databasetools
npx @arquimedes.co/[email protected]
Docker:
docker run -d --name mongo -p 27017:27017 mongo:5.0.1
npx @arquimedes.co/[email protected] -m {mongocontainer}
