Skip to content

Releases: drevops/behat-screenshot

2.0.0

19 Jan 02:04
Compare
Choose a tag to compare

Stable API, multi-driver support and additional information in screenshots.

What's new since 1.6.0

Config migration:

fail -> on_failed
fail_prefix - > failed_prefix
filenamePattern -> filename_pattern
filenamePatternFailed -> filename_pattern_failed

Additional information in screenshots

Test_page

Full Changelog: 1.6.0...2.0.0

@AlexSkrypnyk, @renovate, @renovate[bot], @richardgaunt, @xurizaemon

1.6.0

04 Nov 12:15
Compare
Choose a tag to compare

What's new since 1.5.0

Full Changelog: 1.5.0...1.6.0

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

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