Skip to content

Releases: drevops/behat-steps

Visual visibility assertions and keyboard steps

04 Sep 06:44
a6103b5
Compare
Choose a tag to compare
  • Added steps for visual visibility assertions + tests
  • Updated keyboard steps to not require jQuery + tests.
  • Switched to Drupal 9 by default.
  • Updated docroot dir from docroot to web in build fixture.
  • Added Drupal login test.
  • Updated Docker images version.
  • Mount test directory during local development to sync tests.
  • Added support for BEHAT_SCREENSHOT_PURGE from cli: BEHAT_SCREENSHOT_PURGE=1 ahoy test-bdd.

Unified D8 and D9 tratis

09 Aug 11:59
Compare
Choose a tag to compare

Update from < 1.2.0:

For D8 and D9 sites, an update to the use operator will be require to replace DrevOps/BehatSteps/D8 with DrevOps/BehatSteps in your FeatureContext.php.

D9 support

09 Aug 10:45
Compare
Choose a tag to compare
  • Added D9 support and testing.
  • Fixed bung in D7 Field Collection trait.

First stable release under DrevOps namespace!

20 Jul 00:32
Compare
Choose a tag to compare

Update notes

If you have used a predecessor of this project integratedexperts/behat-steps, the following steps should be taken:

  1. Remove the old project from the codebase: composer remove integratedexperts/behat-steps
  2. Add the project to the codebase: composer require drevops/behat-steps --dev
  3. Update use operator in your FeatureContext.php from IntegratedExperts/BehatSteps to DrevOps/BehatSteps.

Fixed exceptions in the menu trait

19 Jul 23:57
Compare
Choose a tag to compare

Fixed exceptions in the menu trait

Multiple updates

18 Jul 01:35
Compare
Choose a tag to compare

Multiple updates, improvements and bug fixes as well as improved test coverage.

Added Menu traits

19 Mar 03:14
672d09b
Compare
Choose a tag to compare
0.2.2

Added menu and menu link traits. (#67)

Fixed WYSIWYG and Email traits

16 Dec 05:39
Compare
Choose a tag to compare
0.2.1

Fixed EmaiTrait not correctly working with email parameters.

Added step definitions for Drupal 8.

14 Dec 06:14
9181780
Compare
Choose a tag to compare

Adding a lot of new step definitions for Drupal 8 with tests.

Fixed RuntimeException namespace.

22 Aug 07:23
Compare
Choose a tag to compare
Use global RuntimeException. (#42)

- Updates the thrown exception to use the global namespace to prevent class not found error.

```
Fatal error: Class 'IntegratedExperts\BehatSteps\D8\RuntimeException' not found (Behat\Testwork\Call\Exception\FatalThrowableError)
```