Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edmondscommerce/behat-error-handling-context

Behat error handline context
https://github.com/edmondscommerce/behat-error-handling-context

Last synced: about 2 months ago
JSON representation

Behat error handline context

Awesome Lists containing this project

README

        

# Behat Error Handling Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)

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

```