mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-19 19:44:27 +02:00
857 B
857 B
${docGenStepName}
Please note that Karma is marked as DEPRECATED as of 04/2023. There is no migration path defined yet.
${docGenDescription}
Prerequisites
- running Karma tests - have a NPM module with running tests executed with Karma
- configured WebDriver - have the
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
karmaExecuteTests script: this, modules: ['./shoppinglist', './catalog']