moodle/lib/behat/classes
Andrew Nicols 548da2ce97 MDL-67668 behat: Share behat_behat functionality with forms
Behat form fields are implemented in a way completely isolated from the
rest of the Behat Context system. Whereas regular step definitions have
access to execute steps, to call `find`, check for JS running, and other
related functionality, the Moodle implementation of a field type does
not have any access to this.

By moving the core functionality of behat_base to a new trait, and the
constants to a new interface, the functionality can also be used in
behat form fields in the same way as elsewhere.
2020-11-23 09:01:19 +08:00
..
behat_command.php MDL-60418 Behat: Fix broken docs links in Behat code. 2019-04-25 21:32:48 +01:00
behat_config_manager.php MDL-55365 behat: Remove deprecated api's in behat_config_mananger.php 2018-07-20 09:34:26 +02:00
behat_config_util.php MDL-68525 behat: chrome/switches caps not allowed in Chrome > 81 2020-04-28 12:31:58 +08:00
behat_context_helper.php MDL-67965 behat: Get theme-specific context classes correctly 2020-02-14 10:15:49 +08:00
behat_core_generator.php MDL-69068 behat: New step to support singular generators 2020-07-15 15:27:31 +08:00
behat_generator_base.php MDL-69068 behat: New step to support singular generators 2020-07-15 15:27:31 +08:00
behat_selectors.php MDL-66559 behat: Allow per-component selectors and replacements 2019-10-11 12:58:16 +08:00
behat_session_interface.php MDL-67668 behat: Share behat_behat functionality with forms 2020-11-23 09:01:19 +08:00
behat_session_trait.php MDL-67668 behat: Share behat_behat functionality with forms 2020-11-23 09:01:19 +08:00
component_named_replacement.php MDL-66559 behat: Documentation for component selectors 2019-10-11 12:58:16 +08:00
component_named_selector.php MDL-66559 behat: Documentation for component selectors 2019-10-11 12:58:16 +08:00
exact_named_selector.php MDL-66559 behat: Allow per-component selectors and replacements 2019-10-11 12:58:16 +08:00
named_selector.php MDL-66559 behat: Documentation for component selectors 2019-10-11 12:58:16 +08:00
partial_named_selector.php MDL-68167 lib: Autocomplete selection to use listbox aria role 2020-10-30 14:43:00 +11:00
util.php MDL-69740 Behat init: more progress info at the end of the install 2020-10-02 23:15:50 +01:00