serverless-plugin-newman

0.5.0 • Public • Published

Newman Serverless Plugin

A serverless plugin for newman.

Dependencies

Features

  • newman env - This writes the postman environment file with the configured values
  • newman run - This executes the newman postman tests

Usage

Add the plugin to your serverless.yml like the following:

serverless.yml

provider:
...
 
plugins:
  - serverless-plugin-newman
 
custom:
    collection:
      file: test/postman_collection.json
    environment:
      file: test/deploy.postman_environment.json
      values:
        key: endpoint
          enabled: true
          value: ServiceEndpoint
          type: OUTPUTS
 
functions:
...
resources:
...

# Configure Environment

serverless newman env --stage dev --region eu-west-1

# Run Newman

serverless newman run --stage dev --region eu-west-1

License

MIT

Package Sidebar

Install

npm i serverless-plugin-newman

Weekly Downloads

0

Version

0.5.0

License

MIT

Unpacked Size

199 kB

Total Files

14

Last publish

Collaborators

  • rawphp