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

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

This package is auto-updated.

Last update: 2025-09-29 01:15:50 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