1.0.7 • Published 1 year ago

newman-reporter-basicmarkdown v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

newman-reporter-basicmarkdown

A basic Markdown reporter for Newman.

Description

Will generate a plain text file in the ./newman directory containing the formatted Markdown text.

Example:

### Request Name 1
https://exampleRequest1Url.com
✅ [1 / 2] **Assertion passed!** `Status code is 200`
❌ [2 / 2] **Assertion failed!** `JSON response body has valid fields`

### Request Name 2
https://exampleRequest2Url.com
✅ [1 / 2] **Assertion passed!** `Status code is 200`
⏸️ [2 / 2] **Assertion skipped.** `JSON response matches schema`

...which looks like the below when formatted as Markdown:

example markdown_text

Usage

This reporter is used with Newman so if you haven't already installed that run npm install -g newman.

Install using npm i newman-reporter-basicmarkdown.

Use by specifying the Markdown reporter as a reporter option like so: newman run collection.json -r markdown.

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago