How to run Behat on docker from within PhpStorm

507 Views Asked by At

I have a php application running on docker. I installed Behat and successfully run the tests from the CLI using this command: docker run -v $(pwd)/app/:/app/:rw gmail-priority-inbox vendor/bin/behat.

Now I'm trying to run Behat from within PhpStorm, mainly to be able to debug using Xdebug.

When I try to run it, PhpStorm tells me it can't find Behat executable:

enter image description here

Any idea? Thanks!

0

There are 0 best solutions below