tool_behat/steps

Enhancements for the step definitions page.

Source:
Author:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) getGeneratorEntities(entityType) → {Promise}

Source:

Call the get_entity_generator web service function

Takes the name of an entity generator and returns an object containing a list of the required fields.

Parameters:
Name Type Description
entityType String
Returns:
Type
Promise

(inner) getRequiredFieldsContent(entityData) → {Promise}

Source:

Render HTML for required fields

Takes the entity data returned from getGeneratorEntities and renders the HTML to display the required fields.

Parameters:
Name Type Description
entityData String
Returns:
Type
Promise