8000 Releases · drevops/behat-steps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: drevops/behat-steps

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.

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)
0