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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T10:41:30.000Z (almost 5 years ago)
- Last Synced: 2025-05-12T23:14:28.018Z (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: 2
- 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)
[](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
```