cucumber-netbeans-plugin
cucumber-netbeans-plugin copied to clipboard
'cucumber' is not recognized as an internal or external command, operable program or batch file.
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?
Any help?