0.0.3 • Published 3 years ago
newman-reporter-archive v0.0.3
newman-reporter-testrail-railflow-db
To run please create the npm locally with npm pack
.
Then run npm install newman-reporter-testrail-railflow-db-0.0.0.tgz
or with the specific version you are working with.
Finally newman run test.json -r testrail-railflow-db
where test.json
is the path to the input file. This will
store the reports in a localDB.
If you want to use your own MongoDb instance please run the reporter with the following ENV variable.
MONGO_DB_CONNECTION_STRING
-> Connection string to the database.
Example
MONGO_DB_CONNECTION_STRING='mongodb+srv://username:password@cluster0.cg1rm.mongodb.net/myFirstDatabase?retryWrites=true&w=majority' newman run test.json -r testrail-railflow-db