diff --git a/pages/common/newman.md b/pages/common/newman.md new file mode 100644 index 0000000000..5486252acf --- /dev/null +++ b/pages/common/newman.md @@ -0,0 +1,12 @@ +# newman + +> Collection runner for Postman. +> More information: . + +- Run a collection (from a file): + +`newman run {{path/to/collection.json}}` + +- Run a collection (from a URL): + +`newman run {{https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv}}`