@arquimedes.co/postman-executor
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published
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/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}

Readme

Keywords

none

Package Sidebar

Install

npm i @arquimedes.co/postman-executor

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

28.9 kB

Total Files

12

Last publish

Collaborators

  • arquimedes.co