1.0.4 • Published 1 year ago

newman-reporter-line v1.0.4

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

newman-reporter-line

A newman reporter for Line

newman run

Installation

npm install -g newman-reporter-line

Usage

Set the reporter options

Reporter option can be set as environment variables or from reporter options arguments

export LINE_TOKEN='line-token'
export LINE_SUMMARY='true/false'
export LINE_RESULT='true/false'
export LINE_MINIMUM_CASE_NOTIFY=<<number of minimum test case to notify>>

Run newman test with the reporter option -r line

newman run my-collection.postman_collection.json -r cli,line --reporter-line-token 'line-token' --reporter-line-summary true --reporter-line-result true --reporter-line-minCaseToNotify=1

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