1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00
2019-05-21 16:15:11 +02:00

529 B

${docGenStepName}

${docGenDescription}

Prerequisites

  • prepared Postman with a test collection

${docDependencies}

${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']