当我尝试使用 watir-webdriver 步骤定义运行 Cucumber 场景时出现以下错误:
Failed to load 'yml' programming language for file .../features/support/config.yml:
cannot load such file -- cucumber/yml_support/yml_language
* .../features/support/config.yml [NOT SUPPORTED]
* .../features/support/lib/configuration.rb
我的 config.yml 文件的内容如下:
:browser: :chrome
:url: http://example.com
以上显然是有效的yaml。
我不明白为什么 Cucumber 说这不受支持。有什么想法吗??
另外 - 似乎这可能是一个 RubyMine 问题,因为当我通过终端运行黄瓜功能时,我没有看到这个错误。