1.0.23 • Published 4 years ago

collections-runner v1.0.23

Weekly downloads
148
License
-
Repository
github
Last release
4 years ago

Collections-runner

Interactive CLI for postman collections on top of newman. Can be used to test APIs. Can be used to develop APIs or applications using APIs.

npm.io

Features

  • Run postman collections with custom environment variables in a unique command line
  • Display all available routes and collections
  • Quickly set default development or staging environment variables
  • Multi-select routes to run
  • Enable CI environment to be integrated to CI tests
  • Select environment variables to update among the ones used in the selected routes
  • Store environment variables in a local file to be used on next run
  • Display run report on an html file

Install

# If you use npm:
npm install --save-dev collections-runner

# Or if you use Yarn:
yarn add -D collections-runner

Create a postman folder at the root of your project.

This folder contains :

  • Add a postman_collection.json containing your postman collections
  • Add a postman_environment.json containing your postman environment
  • Add a postman_environment.local.json containing your local postman environment, this file should be gitignored as it is updating after each run
  • Add a default.dev.json containing default environment variables for your dev environment (typically your local url)
  • Add a default.staging.json containing default environment variables for your staging environment (typically your staging url)

Usage

Runs postman collections.

yarn collections-runner [routes names] [collections flags or vars]
# Exemple for CI job:
yarn collections-runner --ciEnvironment --updateLocalEnvironment=false --reporter=html --reporterPath='./newman/output/report.html'

Is used to interactively construct collections-runner commands.

yarn collections-automator
1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago