Skip to content

Releases: drevops/behat-steps

2.x version split

25 Apr 05:52
0d9ddb4
Compare
Choose a tag to compare

What's new since 1.5.3

Version split due to upstream dependencies.

1.x branch is dedicated to supporting D7 and D9 compatibility (until D7 complete EOL)
main is dedicated to supporting D10 and D9.

D9 sites should use 2.x version.

  • chore: Added compatibility with Drupal Extension v5 and removed D7 support. (#131)

Full Changelog: 1.5.3...2.0.0

IMPORTANT!
If you are using drupal/core-dev for D9, you will have to use 1.x version until/if this issues is resolved jhedstrom/drupalextension#637

@AlexSkrypnyk

1.x version split

25 Apr 05:48
0d9ddb4
Compare
Choose a tag to compare

What's new since 1.5.3

Version split due to upstream dependencies.

1.x branch is dedicated to supporting D7 and D9 compatibility (until D7 complete EOL)
main is dedicated to supporting D10 and D9.

D9 sites should use 2.x version.

  • chore: Removed D10 support from 1.x branch. (#130)

Full Changelog: 1.5.3...1.6.0

IMPORTANT!
1.5.x version used forked Drupal Extension and Drupal Driver and required to add those forks into your sites.
If this is the case - please remove those repositories from composer.json and use "clean" installation of version 1.6.

@AlexSkrypnyk

1.5.3

24 Apr 05:26
0e746db
Compare
Choose a tag to compare

What's new since 1.5.2

Full Changelog: 1.5.2...1.5.3

@AlexSkrypnyk

Fixed regression in JS trait.

03 Apr 11:54
1f09d73
Compare
Choose a tag to compare

What's new since 1.5.1

Full Changelog: 1.5.1...1.5.2

@AlexSkrypnyk

1.5.1

20 Mar 02:49
Compare
Choose a tag to compare

What's new since 1.5.0

Full Changelog: 1.5.0...1.5.1

@AlexSkrypnyk, @RoSk0, @xurizaemon and Alex Skrypnyk

Drupal 10 compatibility

06 Oct 22:33
Compare
Choose a tag to compare

Drupal 10 compatibility!

  • Added Drupal check and Rector to lint code
  • Added D10 CI job and test fixture
  • Fixed deprecated code

Please note that this release is using forked versions of DrupalDriver and Behat Drupal Extension with required Drupal 10 related updates:

These will be removed in a new Behat Steps release as soon as the upstream projects support the required changes

1.4.3

29 Sep 02:05
Compare
Choose a tag to compare
  • Added asserting for link that does not exist @Then I should not see the link :text with :href and @Then I should not see the link :text with :href in :locator @richardgaunt
  • Added media removal step Given no :type media: @AlexSkrypnyk
  • Added a more verbose message for Watchdog trait to reference the scenario and line. @AlexSkrypnyk
  • Fixed Watchdog trait not scanning for messages of type other than 'php'. @AlexSkrypnyk

DateTrait and more steps.

15 Aug 10:21
Compare
Choose a tag to compare
  • Added When I delete :type :title step.
  • Added step to assert if the link is absolute or not.
  • Added value transform for relative date processing in scalar and tabular values.
  • Added a step to edit specified user profile page.

Fixed media trait.

16 May 11:50
Compare
Choose a tag to compare

Fixed media trait not processing non-images correctly.

New assertions

04 Apr 08:04
Compare
Choose a tag to compare

Added assertions for unmanaged files.
Added email assertion to check that no emails were sent to a specific user.
Added email header assertions.
Added link by title assertions.
Added step to set user password.