1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/newmanExecute.md
Christopher Fenner 0e7ef41fab
newmanExecute: generate documentation (#591)
* generate docs for newmanExecute step

* fix typo
2019-03-26 13:26:21 +01:00

506 B

${docGenStepName}

${docGenDescription}

Prerequisites

  • prepared Postman with a test collection

${docGenParameters}

${docGenConfiguration}

Side effects

Step uses dockerExecute inside.

Exceptions

none

Example

Pipeline step:

newmanExecute script: this

This step should be used in combination with testsPublishResults:

newmanExecute script: this, failOnError: false
testsPublishResults script: this, junit: [pattern: '**/newman/TEST-*.xml']