Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-error-detection-context
https://github.com/edmondscommerce/behat-error-detection-context
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-error-detection-context
- Owner: edmondscommerce
- Created: 2016-01-12T17:08:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:41:03.000Z (almost 7 years ago)
- Last Synced: 2024-04-27T06:21:35.745Z (8 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behat Error Detection Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)A simple Behat Context to allow you to use detect errors from the web browser including PHP exception messages
### Installation
Install via composer
"edmondscommerce/behat-error-detection-context": "~1.0"
### Include Context in Behat Configuration
```
default:
# ...
suites:
default:
# ...
contexts:
- # ...
- EdmondsCommerce\BehatErrorDetection\ErrorDetectionContext
- EdmondsCommerce\BehatErrorDetection\W3CValidationContext
- EdmondsCommerce\BehatErrorDetection\XDebugContext
parameters:
w3cValidationSettings:
errorThreshold: 0```