edmondscommerce / behat-screenshot-context
A Behat Context for taking screenshots
Installs: 377
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/edmondscommerce/behat-screenshot-context
Suggests
- edmondscommerce/behat-framework: Parent framework, allows easier behat setup
This package is auto-updated.
Last update: 2025-10-29 01:34:21 UTC
README
By Edmonds Commerce
A simple Behat Context to allow you to take screenshot when triggering the "I take screenshot" step.
Installation
Install via composer
"edmondscommerce/behat-screenshot-context": "dev-master"
Include Context in Behat Configuration
default:
    # ...
    suites:
        default:
            # ...
            contexts:
                - # ...
                - EdmondsCommerce\BehatScreenshotContext\ScreenshotContext