生成测试时无法找到配置文件

时间:2014-01-12 14:35:17

标签: php codeception

我正在使用我的yml文件的绝对路径...是不是我应该提供路径的正确文件?我已经确认我正在使用的路径是正确的......

$ vendor/bin/codecept generate:cept -config="~/path/to/codeception.yml" acceptance createUser

  [Codeception\Exception\Configuration]  
  Configuration file could not be found  

generate:cept [-c|--config[="..."]] suite test

1 个答案:

答案 0 :(得分:9)

我不确定问题是什么,我一定是腐败了。但是使用vendor/bin/codecept bootstrap重建我的代码设置解决了这个问题。

相关问题