我得到了带有 Codeception 框架的 PhpStorm。当我运行验收测试时,IDE 会生成默认选项:
C:\xampp\php\php.exe C:/.../Temp/ide-codeception.php run --report -o "reporters: report: PhpStorm_Codeception_ReportPrinter" --no-ansi --no-interaction -c C :...\codeception.yml 接受
我怎样才能重载这个配置(特别是--no-ansi和--no-interaction)?
我已经尝试过“运行/调试配置”和“测试运行器选项”,但它不起作用。