codecept: command not found in PhpStorm + Babun
codecept: command not found in PhpStorm + Babun I´m trying to use Codeception for WordPress. Environment I managed with composer to build the project wp-browser but when I try to run a command with the key word codecept , I got this error : composer wp-browser codecept bash: codecept: command not found I checked my PhpStorm configuration in Settings > Languages & Frameworks > PHP > Test Frameworks and I can see : Settings > Languages & Frameworks > PHP > Test Frameworks Path to codeception executable : E:pathmy-test-projectvendorcodeceptioncodeception I had in PATH for all users E:pathmy-test-projectvendorcodeceptioncodeception after following this question, without success. E:pathmy-test-projectvendorcodeceptioncodeception When I test the command codecept in Babun outside the PHPStorm Terminal, that works, so it seems to be a PhpStorm problem. codecept What could be the thing I forgot ? Correct path is `E:pathmy-test-projectve...