Search code examples
phpstormcodeception

PhpStorm Codeception command line tool integration like with artisan?


Is it possible to integrate Codeception as a command line tool in PhpStorm? Similar to how I can add artisan in Tools->Command Line Tool Support in order to get autocompletion for the artisan commands.


Solution

  • You can in PhpStorm 2017.2.1.

    In File > Settings > Tools >Command Line Support Click Plus button and choose "Tool based on Symnfony Console"

    enter image description here

    then choose ....\vendor\codeception\codeception\codecept for the script path

    Regards