'cucumber' is not recognized as an interna

2019-09-10 02:52发布

I am on Netbeans 8.0.2. I downloaded Cucumber netbeans plugin from here: https://github.com/QuBiT/cucumber-netbeans-plugin/downloads

I have my feature file inside my project. Now when I try to Right click on my feature file and generate class I get this error:

--- START ---

'cucumber' is not recognized as an internal or external command,
operable program or batch file.
--- END ---

What am I missing here?

1条回答
【Aperson】
2楼-- · 2019-09-10 03:41

Looks like you have NOT installed cucumber on your machine but have only installed its NetBeans plugin.

In this case, you should see Cucumber Installation..

If you have installed cucumber on your machine, then the most probable problem is that the System variable PATH of your machine does not contain the path/to/cucumber.

查看更多
登录 后发表回答