Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-error-handling-context
- Owner: edmondscommerce
- Created: 2016-01-12T16:18:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:41:37.000Z (almost 7 years ago)
- Last Synced: 2024-04-28T01:43:39.845Z (8 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```