newman-collection
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "newman-collection", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -15,3 +15,2 @@ "main": "index.js", | ||
"@types/node": "^13.7.1", | ||
"@types/postman-collection": "file:./@types/postman-collection", | ||
"postman-collection": "^3.5.5" | ||
@@ -18,0 +17,0 @@ }, |
@@ -1,2 +0,32 @@ | ||
# newman-collection | ||
Postman(Newman) collections decorator | ||
# Newman/Postman collection generator | ||
> \${DESCRIPTION} | ||
[![NPM Version][npm-image]][npm-url] | ||
## Install | ||
```bash | ||
npm i -S newman-collection | ||
``` | ||
## Usage | ||
The only feature this module brings is simplified JS-like creation of the collection file. Postman is a great service and the app is amazing but it doesn't fit any automation scenarios without paid subscription plan and established integrations. | ||
Newman was developed by a postman team to make it cli-based and it can work with existing collections by filename or URL. There is also [postman-collection][postman-collection] module which is designed to work with collection as with a model. However even with this module code looked quite complicated. | ||
## License | ||
[MIT](http://vjpr.mit-license.org) | ||
[npm-image]: https://img.shields.io/npm/v/newman-collection.svg | ||
[npm-url]: https://npmjs.org/package/newman-collection | ||
[travis-image]: https://img.shields.io/travis/live-js/newman-collection/master.svg | ||
[travis-url]: https://travis-ci.org/live-js/newman-collection | ||
[coveralls-image]: https://img.shields.io/coveralls/live-js/newman-collection/master.svg | ||
[coveralls-url]: https://coveralls.io/r/live-js/newman-collection?branch=master | ||
[postman-collection]: https://github.com/postmanlabs/postman-collection "postman-collection" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36344
2
15
32