我在Netbeans 8.0.2上。我从这里下载了Cucumber netbeans插件:https://github.com/QuBiT/cucumber-netbeans-plugin/downloads
我在我的项目中有我的特性文件。现在,当我试图右键单击我的特性文件并生成类时,我得到了以下错误:
--- START ---
'cucumber' is not recognized as an internal or external command,
operable program or batch file.
--- END ---我在这里错过了什么?
发布于 2015-07-10 06:51:55
看起来您已经在计算机上安装了,而不是,但是只安装了它的NetBeans插件。
在这种情况下,您应该看到黄瓜安装..。
如果您已经在计算机上安装了黄瓜,那么最可能的问题是机器的系统变量PATH不包含path/to/cucumber。
https://stackoverflow.com/questions/31315181
复制相似问题