1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

27 lines
598 B
Markdown
Raw Normal View History

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
2019-03-13 12:01:05 +01:00
* **running Karma tests** - have a NPM module with running tests executed with Karma
* **configured WebDriver** - have the [`karma-webdriver-launcher`](https://github.com/karma-runner/karma-webdriver-launcher) package installed and a custom, WebDriver-based browser configured in Karma
## ${docGenParameters}
## ${docGenConfiguration}
## Side effects
Step uses `seleniumExecuteTest` & `dockerExecute` inside.
## Exceptions
none
## Example
```groovy
karmaExecuteTests script: this, modules: ['./shoppinglist', './catalog']
```