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