kaustavdm / circleci-newman-orb-test

A test repository for newman Orb in CircleCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newman CircleCI Orb test

A test repository to run newman tests in CircleCI using the newman CircleCI orb.

Running with newman

Install newman:

$ npm install -g newman

Run the collection in the tests directory:

$ newman run ./tests/CircleCI\ newman\ orb\ test.postman_collection.json

Running in CircleCI

Add your repository as a project in CircleCI. See ./circleci/config.yml for an example.

About

A test repository for newman Orb in CircleCI