Skip to content

Releases: jhedstrom/drupalextension

5.0.0

13 Dec 17:27
d77136a
Compare
Choose a tag to compare

5.0.0 release of the Drupal Extension for Behat.

5.0.0 RC1

17 Mar 17:21
8707984
Compare
Choose a tag to compare
v5.0.0rc1

Prep for 5.0.0 RC1.

5.0.0 Alpha 1

27 Dec 18:53
58eb764
Compare
Choose a tag to compare
5.0.0 Alpha 1 Pre-release
Pre-release
v5.0.0alpha1

Prep for 5.0.0 alpha1.

4.2.1

26 Apr 19:56
03c0686
Compare
Choose a tag to compare

Same as 4.2.0 but with a valid composer.json file.

4.2.0

26 Apr 19:49
f7e0adc
Compare
Choose a tag to compare

Added

  • #606 Added PHP 8.1 support.

Changed

  • Removed Drupal 6 test fixtures

Fixed

  • #600 Removes whitespace in tags.
  • #603 Test for jQuery.hasOwnProperty('active').

4.1.0

01 Jun 18:15
f611a70
Compare
Choose a tag to compare

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

08 Oct 21:14
34a3425
Compare
Choose a tag to compare

Fixed

  • #552 Remove hard-coded symfony/event-dispatcher requirement.

Changed

  • #553 Remove testing on PHP 5.6 and Drupal 6

4.0.0

27 Sep 20:02
01bb922
Compare
Choose a tag to compare

Stable 4.0.0 release. See CHANGELOG for details (no updates since v4.0.0 RC1.)

4.0.0 rc1

25 Jul 17:16
145e661
Compare
Choose a tag to compare
4.0.0 rc1 Pre-release
Pre-release

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.

Fixed

  • #542 Fix issue with certain symfony 4 components being pulled in.
  • #537 Remove usage of deprecated SnippetAcceptingContext.

4.0.0 beta 2

19 Dec 17:26
3836ccb
Compare
Choose a tag to compare

Added

  • #514 Add a note about the need to remove the entries in behat.yml to use BEHAT_PARAMS.
  • #504 Added Gherkin linting.
  • #507 Test Drupal 7 on PHP 7.
  • #516 Warn users when message table is not correctly formatted.

Changed

  • #510 Provide TagTrait to replace ScenarioTagTrait.
  • #512 Start testing on PHP 7.2.
  • #521 Updated tests to work with DrupalDriver string field handlers change.

Fixed

  • #522 Composer path changed on travis.
  • #520 Removes patch applied to Features module that was committed.
  • #502 RawDrupalContext::loggedIn() can return false positive.
  • #507 PHP coding standards update.
  • #499 Fix config context backup strategy.