mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
22 lines
281 B
Markdown
22 lines
281 B
Markdown
# ${docGenStepName}
|
|
|
|
## ${docGenDescription}
|
|
|
|
## Prerequisites
|
|
|
|
Test configuration is available.
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## Example
|
|
|
|
```
|
|
containerExecuteStructureTests(
|
|
script: this,
|
|
testConfiguration: 'config.yml',
|
|
testImage: 'node:latest'
|
|
)
|
|
```
|