edmondscommerce/behat-error-handling-context

A Behat Context for handling test failures

1.1.0 2016-01-15 12:26 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:16 UTC


README

By Edmonds Commerce

Used to handle simple errors and to take screenshots when they occur

Installation

Install via composer

"edmondscommerce/behat-error-handling-context": "~1.0"

Include Context in Behat Configuration

default:
    # ...
    suites:
        default:
            # ...
            contexts:
                - # ...
                - EdmondsCommerce\BehatErrorHandling\ErrorHandlingContext