QuBiT / cucumber-netbeans-plugin

Plugin / Module which allow Syntax Highlighting and many more in NetBeans with .feature Files
MIT License
50 stars 19 forks source link

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

Open markjlyon opened 8 years ago

markjlyon commented 8 years ago

I am running NetBeans 8.1. I have the cucumber dependencies (versions 1.2.4 - cucumber-java, cucumber-picocontainer, cucumber-junit) in my project. I have a simple feature file. I installed the QuBiT plugin. I get the right-click context menu "Run Feature". I always get the following error:

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

The cucumber website says I don't need to install cucumber, I just need to include it in my project and it runs as a replacement for junit.

How do I get it to successfully run a feature file?

IbrahimAlsharif commented 3 years ago

Any help?