cmaccorm / newman-reporter-basicmarkdown

A basic Markdown reporter for Newman.

Home Page:https://www.npmjs.com/package/newman-reporter-basicmarkdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A basic Markdown reporter for Newman.

https://www.npmjs.com/package/newman-reporter-basicmarkdown


Languages

Language:JavaScript 100.0%