You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my use case bex/behat-screenshot is not suitable since that project only handles screenshots in image format, as taken by the Selenium driver. For performance reasons 90% of the scenarios in my project do not use Selenium but Goutte. I needed a way to handle both images and HTML files such as is done here.
At the moment it only supports saving the screenshots to the local filesystem (similar to what is done here), but the storage is pluggable so it will be possible to implement Amazon S3, Google Drive and other file hosting solutions in it.
Scope
Screenshots can be better handled via https://packagist.org/packages/bex/behat-screenshot
Tasks
The text was updated successfully, but these errors were encountered: