2.0.2 • Published 3 years ago

@arquimedes.co/postman-executor v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago
CommandDescription
-d, --dockerMongo in docker container (container name)
-l, --locationGlobal Configuration file location
-prot, --protocolServer Protocol
-i, --ipServer IP
-p, --portServer Port
-t, --testsTests to run in comma-separated list. All are run if none are specified
-ci, --ciCI 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/postman-executor@0.0.0

Docker:

docker run -d --name mongo -p 27017:27017 mongo:5.0.1

npx @arquimedes.co/postman-executor@0.0.0 -m {mongocontainer}

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago