Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edmondscommerce/behat-screenshot-context


https://github.com/edmondscommerce/behat-screenshot-context

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# behat-screenshot-context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)

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

```