Skip to content

DmytroSH/docker-newman

Repository files navigation

Docker Newman

Docker + newman integration example to run postman collections in containers.

Postman collections run example:

Installation

The docker image for Newman is available for download from our docker hub. You must have Docker installed in your system. Docker has extensive installation guideline for popular operating systems. Choose your operating system and follow the instructions.

Ensure you that you have docker installed and running in your system before proceeding with next steps. A quick test to see if docker is installed correctly is to execute the command docker run hello-world and it should run without errors.

Step 1:

Pull the newman docker image from docker hub:

docker pull dmytrosh/docker-newman

Run from this repository

Step 1:

Clone this repository:

git clone https://github.com/DmytroSH/docker-newman.git

Step 2:

Run docker compose:

You can specify env by change tests_env variable, it will use tests_env.json as postman variables

docker-compose up

Usage example

TBD

Release History

  • 0.0.1
    • Add base implementation + docs

Contributing

  1. Fork it (https://github.com/DmytroSH/docker-newman)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

docker newman integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published