behat-screenshot icon indicating copy to clipboard operation
behat-screenshot copied to clipboard

This is an extension for Behat which provides debugging functionality by taking a screenshot of failed tests.

Results 12 behat-screenshot issues
Sort by recently updated
recently updated
newest added

Replace `behat/mink-extension` with [`friends-of-behat/mink-extension`](https://github.com/FriendsOfBehat/MinkExtension) for PHP 8.x support.

Great extension, just what I wanted, but is there any way to capture the full contents of the browser window, not just the visible viewport? This is a tricky problem...

enhancement

Hi! This is a great Behat extension, but currently it does not support Symfony 5 - are there plans to add support for it? The current composer.json contains: ``` "symfony/filesystem":...

Currently screenshots are only taken in JavaScript sessions. Let's add a fallback similar to what [`integratedexperts/behat-screenshot`](https://github.com/integratedexperts/behat-screenshot) does, where as fallback an HTML file gets generated using the Goutte driver. Remaining...

enhancement

How do I capture a screenshot on demand? I have it working on error.

enhancement

I have this settings: ``` extensions: Behat\MinkExtension: browser_name: 'chrome' goutte: ~ selenium2: wd_host: 'http://localhost:4444/wd/hub' browser: 'chrome' capabilities: browser: 'chrome' chrome: switches: - "--headless" - "--disable-gpu" javascript_session: 'selenium2' base-url: 'http://localhost:8080/my-site' files_path:...

question

https://github.com/dutchiexl/BehatHtmlFormatterPlugin expects screenshots to be put in a certain directory with a certain filename, then it will integrate them into its HTML report. It would be nice if the behat-screenshot...

enhancement

##What this PR does - Fixed the issue where Pretty formatter was not working with Cucumber json formatter - Removed old Event - Implementation using static cache for the image...

Are there plans to add Symfony 6 support?