Newman Serverless Plugin
A serverless plugin for newman.
Dependencies
- This plugin is dependent on the output of Stack Config Plugin for Serverless for its environment configuration
Features
newman env
- This writes the postman environment file with the configured valuesnewman run
- This executes the newman postman tests
Usage
Add the plugin to your serverless.yml
like the following:
serverless.yml
provider:...plugins: - serverless-plugin-newmancustom: collection: file: test/postman_collection.json environment: file: test/deploy.postman_environment.json values: - key: endpoint enabled: true value: ServiceEndpoint type: OUTPUTSfunctions:...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