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
2019-03-14 14:01:48 +01:00

598 B

${docGenStepName}

${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

${docGenParameters}

${docGenConfiguration}

Side effects

Step uses seleniumExecuteTest & dockerExecute inside.

Exceptions

none

Example

karmaExecuteTests script: this, modules: ['./shoppinglist', './catalog']