mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
commit
58a1d9eb15
@ -16,11 +16,11 @@ Pipeline step:
|
||||
newmanExecute script: this
|
||||
```
|
||||
|
||||
This step should be used in combination with `publishTestResults`:
|
||||
This step should be used in combination with `testsPublishResults`:
|
||||
|
||||
```groovy
|
||||
newmanExecute script: this, failOnError: false
|
||||
publishTestResults script: this, junit: [pattern: '**/newman/TEST-newman.xml']
|
||||
testsPublishResults script: this, junit: [pattern: '**/newman/TEST-*.xml']
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
Loading…
Reference in New Issue
Block a user