Behat competency report definitions.
Copyright: | 2022 Noel De Martin |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 79 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/behat_base.php |
behat_report_competency:: (2 methods):
resolve_page_instance_url()
get_exact_named_selectors()
Class: behat_report_competency - X-Ref
Competency report definitions.resolve_page_instance_url(string $page, 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: | pagetype | name meaning | description | | Breakdown | Course name | The course competencies breakdown page | param: string $page identifies which type of page this is, e.g. 'Breakdown'. param: string $identifier identifies the particular page, e.g. 'C1'. return: moodle_url the corresponding URL. |
get_exact_named_selectors() X-Ref |
Return a list of the exact named selectors for the component. return: behat_component_named_selector[] |