See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 403]
(no description)
File Size: | 119 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/behat_base.php |
behat_reportbuilder:: (4 methods):
resolve_page_instance_url()
get_partial_named_selectors()
i_set_the_column_aggregation_to()
i_press_action_in_the_report_row()
Class: behat_reportbuilder - X-Ref
Behat step definitions for Report builderresolve_page_instance_url(string $type, string $identifier) X-Ref |
Convert page names to URLs for steps like 'When I am on the "[identifier]" "[page type]" page'. Recognised page names are: | type | identifier | description | | Editor | Report name | Custom report editor | | View | Report name | Custom report view | param: string $type param: string $identifier return: moodle_url |
get_partial_named_selectors() X-Ref |
Return the list of partial named selectors return: behat_component_named_selector[] |
i_set_the_column_aggregation_to(string $column, string $aggregation) X-Ref |
Set aggregation for given column in report editor (proxied so we can skip if aggregation type not available) param: string $column param: string $aggregation |
i_press_action_in_the_report_row(string $action, string $row) X-Ref |
Press a given action from the action menu in a given report row param: string $action param: string $row |