https://github.com/edmondscommerce/behat-error-handling-context
Behat error handline context
https://github.com/edmondscommerce/behat-error-handling-context
Last synced: 20 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:41:37.000Z (about 8 years ago)
- Last Synced: 2025-11-23T06:19:02.714Z (6 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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
```