Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fziviello/docker-postman-newman
- Owner: fziviello
- License: mit
- Created: 2021-08-03T10:40:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T10:41:30.000Z (about 3 years ago)
- Last Synced: 2023-11-01T22:28:01.039Z (about 1 year ago)
- Topics: docker, postman, testing
- Language: Handlebars
- Homepage: https://www.linkedin.com/in/programmatore/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```