1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
sap-jenkins-library/documentation/docs/steps/gatlingExecuteTests.md

24 lines
451 B
Markdown
Raw Normal View History

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
The [Gatling Jenkins plugin](https://plugins.jenkins.io/gatling/) needs to be installed.
## ${docGenParameters}
## ${docGenConfiguration}
We recommend to define values of step parameters via [config.yml file](../configuration.md).
## ${docJenkinsPluginDependencies}
## Example
Pipeline step:
```groovy
gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml'
```