github-actions
released this
19 Jan 02:04
·
1 commit
to refs/heads/main
since this release
Stable API, multi-driver support and additional information in screenshots.
What's new since 1.6.0
- Updated extension options to be consistent. @AlexSkrypnyk (#147)
- Refactored to have a consistent interface. @AlexSkrypnyk (#146)
- [#43] Fixed compatibility with Drivers other than Selenium. @AlexSkrypnyk @xurizaemon (#144)
- Allow more information on screenshots. @richardgaunt @AlexSkrypnyk (#140) (#143)
- [#132] Replaced URL-encoded characters in the screenshot file names. @AlexSkrypnyk (#145)
- Updated code formatting and tests. @AlexSkrypnyk (#142)
- Update dependency drevops/behat-phpserver to v2 @renovate (#141)
- Updated PHPStan and Rector to v2. @AlexSkrypnyk (#139)
- Update dependency opis/closure to v4 @renovate (#138)
- Update codecov/codecov-action action to v5 @renovate (#135)
- Update selenium/standalone-chromium Docker tag to v131 @renovate (#136)
Config migration:
fail
-> on_failed
fail_prefix
- > failed_prefix
filenamePattern
-> filename_pattern
filenamePatternFailed
-> filename_pattern_failed
Additional information in screenshots
Full Changelog: 1.6.0...2.0.0
@AlexSkrypnyk, @renovate, @renovate[bot], @richardgaunt, @xurizaemon