문제

I'm using the absolute path to my yml file... is that not the correct file I should be providing a path for? I've verified that the path I'm using is correct...

$ 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
도움이 되었습니까?

해결책

I'm not sure what the problem was, I must've corrupted something. but rebuilding my codeception setup using vendor/bin/codecept bootstrap resolved the issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top