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:
Any idea? Thanks!
