Skip to content

Releases: drevops/behat-steps

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.

Fixed D7 variables trait not preserving declared values.

11 Jan 10:30
Compare
Choose a tag to compare
1.3.4

Fixed variables trait not preserving declared valriables.

Fixed user trait

12 Dec 14:36
Compare
Choose a tag to compare
1.3.3

Fixed userDelete() and add tests for removal by email.

Added email debug

07 Dec 07:00
Compare
Choose a tag to compare
1.3.2

Added an ability to debug email tests.