Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 command

Commands:
run [options] Initiate a Postman Collection run from a given
URL or path

To get available options for a command:
newman -h
```