1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/karmaExecuteTests.md

29 lines
634 B
Markdown
Raw Normal View History

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
2019-03-13 13:01:05 +02: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
## ${docJenkinsPluginDependencies}
## ${docGenParameters}
## ${docGenConfiguration}
## Side effects
Step uses `seleniumExecuteTest` & `dockerExecute` inside.
## Exceptions
none
## Example
```groovy
karmaExecuteTests script: this, modules: ['./shoppinglist', './catalog']
```