Webception icon indicating copy to clipboard operation
Webception copied to clipboard

Ability to use XDEBUG on tests

Open jayhealey opened this issue 12 years ago • 0 comments

In order to improve the debugging Codeception tests as they run, it'd be useful to add a new configuration option to Webception for the XDEBUG_CONFIG idekey. The Webception UI will include an additional option to set the config before running the tests.

XDEBUG_CONFIG=“idekey=netbeans-xdebug" vendor/bin/codecept run --config=“"

Thanks to Jeremy Coates (@phpcodemonkey) for the idea and example implementation.

jayhealey avatar Jan 18 '14 23:01 jayhealey