1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-27 21:49:15 +02:00
sap-jenkins-library/documentation/docs/steps/gatlingExecuteTests.md
Stephan Aßmus 8007a1a6c6
New step gatlingExecuteTests, used in Performance stage (#2298)
Co-authored-by: Daniel Kurzynski <daniel.kurzynski@sap.com>
2020-11-03 17:42:02 +01:00

24 lines
451 B
Markdown

# ${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'
```