How to debug behat features using xdebug? -


having hard time behat, cent find way debug (php/xdebug using breakpoints , steps). have experience or maybe there better way same?

edited:

"behat/mink": "*", "behat/mink-extension": "*", "behat/mink-zombie-driver": "*@dev", "behat/mink-selenium2-driver": "*" 

testing regular feature on website.

you should set following environment variable before launching tests:

xdebug_config="xdebug_session_start="

it works me.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -