Skip to content

Releases: drevops/behat-screenshot

1.5.0

19 Apr 04:46
Compare
Choose a tag to compare

What's new since 1.4.0

Full Changelog: 1.4.0...1.5.0

@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04

1.4.0

12 Mar 23:51
Compare
Choose a tag to compare

What's new since 1.3.0

Full Changelog: 1.3.0...1.4.0

@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04

PHP 8.2 and BrowserKit driver

02 Jan 03:11
Compare
Choose a tag to compare

What's new since 1.2.0

Full Changelog: 1.2.0...1.3.0

@AlexSkrypnyk, @renovate, @renovate[bot] and @tacman

Symfony 6 compatibility.

06 Oct 11:26
Compare
Choose a tag to compare

Symfony 6 compatibility.

Fixed purging from custom dir.

04 Sep 01:48
Compare
Choose a tag to compare
  • Fixed files not being correctly purged from the custom screenshots directory.
  • Added more tests.

First stable release!

27 Jul 10:32
Compare
Choose a tag to compare
1.0.0

Updated namespace to DrevOps.

Default values, BEHAT_SCREENSHOT_PURGE and more tests.

27 Jul 08:56
6897457
Compare
Choose a tag to compare
  • Added default values to allow inclusion without specifying parameters:
default:
  suites:
    default:
      contexts:
        - IntegratedExperts\BehatScreenshotExtension\Context\ScreenshotContext
        - FeatureContext
  extensions:
    IntegratedExperts\BehatScreenshotExtension: ~
  • Added support to purge screenshots using environment variable BEHAT_SCREENSHOT_PURGE:
BEHAT_SCREENSHOT_PURGE=1 vendor/bin/behat
  • Added extensive Behat CLI testing

Fixes Drupal 9 compatibility.

12 May 02:43
Compare
Choose a tag to compare
Update symfony/finder for Drupal 9

Refs #38

Fixed exceptions thrown by the driver.

12 Mar 12:16
Compare
Choose a tag to compare
  • Fixed additional exception thrown by Behat before the page was visited (driver's content is empty) - #32
  • Fixed exception thrown if the page has not been visited but browser is resized (driver's session has not been started) - #33
  • Removed obsolete files
  • Updated docs about maintenance

Removed Drupal extension as a dependency.

30 May 06:57
37f2c9c
Compare
Choose a tag to compare
0.7.2

Removed drupal extension as dependency. (#27)