Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fziviello/docker-postman-newman

Use Docker to Run Postman Collection and Generate newman Report
https://github.com/fziviello/docker-postman-newman

docker postman testing

Last synced: about 10 hours ago
JSON representation

Use Docker to Run Postman Collection and Generate newman Report

Awesome Lists containing this project

README

        

# Run Postman Collections Using Docker

In this example I have created a postman collection based on spotify.
To get a positive report you need to generate a new [Token](https://developer.spotify.com/console)

[![docker-compose-actions-workflow](https://github.com/fziviello/docker-postman-newman/actions/workflows/main.yml/badge.svg)](https://github.com/fziviello/docker-postman-newman/actions/workflows/main.yml)

# Build Docker Image

```
docker build .
```
# Run and Generate newman's report

```
docker-compose up
```
# Remove container after run

```
docker-compose rm -f
```