2019-03-29 13:14:01 +02:00
|
|
|
# ${docGenStepName}
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
## ${docGenDescription}
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
## Prerequsites
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
none
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
## ${docGenParameters}
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
## ${docGenConfiguration}
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-03-29 13:14:01 +02:00
|
|
|
We recommend to define values of step parameters via [config.yml file](../configuration.md).
|
2018-10-17 16:44:20 +02:00
|
|
|
|
2019-05-24 15:41:49 +02:00
|
|
|
## ${docDependencies}
|
|
|
|
|
2018-10-17 16:44:20 +02:00
|
|
|
## Example
|
|
|
|
|
|
|
|
Pipeline step:
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2018-10-17 16:44:20 +02:00
|
|
|
```groovy
|
|
|
|
gaugeExecuteTests script: this, testServerUrl: 'http://test.url'
|
|
|
|
```
|