newman run
npm install -g newman-reporter-line
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'
newman run my-collection.postman_collection.json -r cli,line --reporter-line-token 'line-token' --reporter-line-summary true --reporter-line-result true