Releases: drevops/behat-steps
2.x version split
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
1.x version split
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
.
1.5.3
What's new since 1.5.2
- bug: Fixed unmanged files incorrectly working with directories. @AlexSkrypnyk (#129)
- Pinned Chrome to 111.0. @AlexSkrypnyk (#128)
Full Changelog: 1.5.2...1.5.3
Fixed regression in JS trait.
What's new since 1.5.1
- Fixed regression with JS driver autostart. @AlexSkrypnyk (#126)
Full Changelog: 1.5.1...1.5.2
1.5.1
What's new since 1.5.0
- #123: Use checks for support rather than for implementation @xurizaemon (#122)
- Fix
@Given no managed files
step @RoSk0 (#120) - Updated Docker images, pinned Rector and added Search API tests. @AlexSkrypnyk (#125)
Full Changelog: 1.5.0...1.5.1
@AlexSkrypnyk, @RoSk0, @xurizaemon and Alex Skrypnyk
Drupal 10 compatibility
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:
- https://github.com/drevops/DrupalDriver/tree/feature/drupal-10
- https://github.com/drevops/drupalextension/tree/feature/drupal-10
These will be removed in a new Behat Steps release as soon as the upstream projects support the required changes
1.4.3
- 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.
- 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.
Fixed media trait not processing non-images correctly.
New assertions
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.