Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ScreenShotContext #14

Open
2 tasks
ademarco opened this issue Jan 10, 2017 · 1 comment
Open
2 tasks

Remove ScreenShotContext #14

ademarco opened this issue Jan 10, 2017 · 1 comment
Assignees
Labels
2.x bc-breaking changes

Comments

@ademarco
Copy link
Member

ademarco commented Jan 10, 2017

Scope

Screenshots can be better handled via https://packagist.org/packages/bex/behat-screenshot

Tasks

@bircher bircher self-assigned this Feb 18, 2017
@pfrenssen
Copy link

I started a Behat extension to take screenshots which is inspired by the ScreenshotContext of this project: https://github.com/LoversOfBehat/ScreenshotExtension/

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.

@bircher bircher added the 2.x bc-breaking changes label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x bc-breaking changes
Projects
None yet
Development

No branches or pull requests

3 participants