Releases: FriendsOfBehat/MinkDebugExtension
Releases · FriendsOfBehat/MinkDebugExtension
v2.1.0
What's Changed
- allow log content to be empty by @andrejsstepanovs in #36
- feat: update ci process by @Yozhef in #37
- feat: drops unsupported versions of PHP <7.4 according to https://www.php.net/supported-versions.php by @Yozhef in #37
New Contributors
- @andrejsstepanovs made their first contribution in #36
- @Yozhef made their first contribution in #37
Full Changelog: v2.0.1...v2.1.0
v2.0.0
- Added support for PHP 8.0
- Allowed taking screenshots with more drivers than just Selenium2Driver
- Changed log files extension from
.log
to.html
- Removed supplementary
upload-textfiles
,upload-screenshots
,wait-for-port
binaries - Renamed extension from
Lakion\Behat\MinkDebugExtension
toFriendsOfBehat\MinkDebugExtension
Please follow UPGRADE.md file when upgrading.
Mute WebDriver's Exception
Merge pull request #26 from pamil/webdriver-exception Mute WebDriver's Exceptions
Symfony agnostic
Merge pull request #23 from pamil/remove-symfony-config Remove symfony/config dependency
Support for Symfony 3
Merge pull request #22 from pamil/remove-useless-specs Remove useless specifications
Binaries installed by Composer
Ability to use vendor/bin/*
instead of vendor/lakion/mink-debug-extension/travis/tools/*
.
Maintenance release v1.0.3
- Removed request data dumping in logs (while using
Symfony2Extension
driver), it often tried to dump too much and both generated files and memory usage were huge - Fixed #10, current url will be empty if there wasn't any page visited before the failed step instead of throwing an exception
v1.0.2
Fixed bugs with using glob paths
Merge pull request #7 from Lakion/unused-option Removed unused option from FailedStepListener