Releases: jhedstrom/drupalextension
Releases · jhedstrom/drupalextension
5.1.0
5.0.0
5.0.0 RC1
5.0.0 Alpha 1
v5.0.0alpha1 Prep for 5.0.0 alpha1.
4.2.1
4.2.0
4.1.0
Added
- #488 Authenticate user in the backend bootstrap process on login.
Changed
- #563 Test on PHP 7.1 through 7.3 (and use Drush 10), remove testing on PHP 7.0.
- #565 Improved PHPSpec coverage and changed type-hinting to use proper interfaces where necessary.
- #569 Drupal 9 support by allowing Symfony 4.
Fixed
- #561 Add space around keyword to avoid incorrect matching.
4.0.1
4.0.0
4.0.0 rc1
Changed
- #528 Show a more helpful failure when running
@javascript
scenarios with incorrect configuration. - #545 Remove Zombie JS testing on Travis.
- #518 Subcontexts are deprecated and will be removed in v4.1.0.
Added
- #527 Provide a step to check that a button is not in a region.
- #543 Run gherkin-lint against feature files on Travis.
- #544 Added a 'Contributing' section to the README.