Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matisszilard/newman
Newman docker image with junitfullreport
https://github.com/matisszilard/newman
Last synced: 23 days ago
JSON representation
Newman docker image with junitfullreport
- Host: GitHub
- URL: https://github.com/matisszilard/newman
- Owner: matisszilard
- Created: 2022-08-03T11:51:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T13:16:56.000Z (over 2 years ago)
- Last Synced: 2024-03-29T12:29:57.052Z (7 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newman
Newman docker image with junitfullreport
## Build
```sh
$ docker build -t mszg/newman:tag -f ./Dockerfile .
```## Run
```sh
$ docker run mszg/newman:tag newman -h
Usage: newman [options] [command]Options:
-v, --version output the version number
-h, --help display help for commandCommands:
run [options] Initiate a Postman Collection run from a given
URL or pathTo get available options for a command:
newman -h
```