我在Symfony2 bundle(版本2.2.2)中遇到了一些Behat(2.4.*@dev)init進程的問題。命令執行後:Behat和Symfony2捆綁包問題?
bin/behat --init "@CompanyAppBundle"
behat目錄是在應用程序根目錄內創建的,而不是綁定的。輸出是:
+d features - place your *.feature files here
+d features/bootstrap - place bootstrap scripts and static files here
+f features/bootstrap/FeatureContext.php - place your feature related code here
問題在哪裏?
已解決問題。我把behat.yml放在app/config /目錄下,所以bin/behat找不到它。 – mariuszgil
如果你願意,你可以將'behat.yml'文件保留在'app/config'目錄下。 '--config'選項來拯救! http://docs.behat.org/guides/6.cli.html#initialization-選項 –