github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/gatlingExecuteTests.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## Prerequisites
     6  
     7  The [Gatling Jenkins plugin](https://plugins.jenkins.io/gatling/) needs to be installed.
     8  
     9  ## ${docGenParameters}
    10  
    11  ## ${docGenConfiguration}
    12  
    13  We recommend to define values of step parameters via [config.yml file](../configuration.md).
    14  
    15  ## ${docJenkinsPluginDependencies}
    16  
    17  ## Example
    18  
    19  Pipeline step:
    20  
    21  ```groovy
    22  gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml'
    23  ```