edmondscommerce/behat-screenshot-context

A Behat Context for taking screenshots

Maintainers

Package info

github.com/edmondscommerce/behat-screenshot-context

Homepage

pkg:composer/edmondscommerce/behat-screenshot-context

Statistics

Installs: 377

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2018-03-21 10:44 UTC

This package is auto-updated.

Last update: 2026-03-01 00:21:56 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