Node | Description |
---|---|
sap.ui.test.gherkin.dataTableUtils |
Provides utility functions for formatting 2D arrays of strings (such as the raw data loaded from a Gherkin feature file) into a more useful format such as an array of objects or a single object. |
sap.ui.test.gherkin.opa5TestHarness |
Dynamically generates and executes Opa5 tests based on a Gherkin feature file and step definitions. |
sap.ui.test.gherkin.qUnitTestHarness |
Dynamically generates and executes QUnit tests based on a Gherkin feature file and step definitions Logs activity to QUnit, and some debug information to the console with the prefix "[GHERKIN]" |
sap.ui.test.gherkin.StepDefinitions |
Provides the interface between human and machine since a Gherkin feature file is human-readable and the computer does not know how to execute its steps. |
Method | Description |
---|