| 1 | efrain | 1 | This files describes API changes in the tool_behat code.
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | === 4.3 ===
 | 
        
           |  |  | 4 | * The goutte behat mink driver has been replaced by the browserkit one because the former has been abandoned. The change should
 | 
        
           |  |  | 5 |   be completely transparent for (near) everybody. Only if you are using some custom-generated behat.yml file or other configuration
 | 
        
           |  |  | 6 |   alternatives different from the Moodle default one, then, any "goutte" browser occurrence needs to be changed to "browserkit_http"
 | 
        
           |  |  | 7 |   when configuring the behat mink extension. See MDL-78934 for more details and changes applied.
 | 
        
           |  |  | 8 |   | 
        
           |  |  | 9 | === 4.2 ===
 | 
        
           |  |  | 10 | * Behat is initialised with Axe accessibility tests enabled by default, if you want to disable them please use the --no-axe option.
 | 
        
           |  |  | 11 |   | 
        
           |  |  | 12 | === 3.7 ===
 | 
        
           |  |  | 13 | * Behat will now look for behat step definitions in the current
 | 
        
           |  |  | 14 |   theme and any parents the theme may have.
 | 
        
           |  |  | 15 |   | 
        
           |  |  | 16 | === 2.7 ===
 | 
        
           |  |  | 17 | * Constants behat_base::cap_allow, behat_base::cap_prevent and
 | 
        
           |  |  | 18 |   behat_base::cap_prohibit have been removed in favour of the
 | 
        
           |  |  | 19 |   lang/en/role.php language strings 'allow', 'prevent' and 'prohibit'.
 | 
        
           |  |  | 20 | * @_only_local tag used in .feature files replaced by @_file_upload tag
 | 
        
           |  |  | 21 | * @_alerts tag used in .feature files replaced by @_alert tag
 |