NEW Reduced boilerplate configuration

- Moved all extension-specific conf into its own configuration namespace
- Described configuration via PHP, and added default values
- Removed boilerplate config from README
- Made screenshot_path optional
- Configurable ajax_timeout settings

Note: The DI system plus the initializer+context combo requires insane amounts of code duplication,
will need to be looked at more closely (very little docs on that level of Behat extension available).
This commit is contained in:
Ingo Schommer 2012-11-14 00:29:20 +01:00
parent 38a27d2a50
commit 103372a08a

View File

@ -44,7 +44,7 @@ Then require this extension:
Install PHPUnit through PEAR:
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
pear install phpunit/PHPUnit
And get the latest Selenium2 server (requires Java):