github.com/jaylevin/jenkins-library@v1.230.4/documentation/docs/steps/gaugeExecuteTests.md (about) 1 # ${docGenStepName} 2 3 ## ${docGenDescription} 4 5 ## Prerequisites 6 7 none 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 gaugeExecuteTests script: this, testServerUrl: 'http://test.url' 23 ```