Skip to content

mingm/newman-reporter-line

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

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

About

A newman reporter for line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%