cucumber-netbeans-plugin icon indicating copy to clipboard operation
cucumber-netbeans-plugin copied to clipboard

Plugin / Module which allow Syntax Highlighting and many more in NetBeans with .feature Files

Results 11 cucumber-netbeans-plugin issues
Sort by recently updated
recently updated
newest added

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....

No output is displayed in terms of feature . I have installed Cucumber features plug in for NetBeans . Created a maven project and the feature file is under src/main/test/java/resources/cucumber/c1.feature....

The 1.8.2. module for Netbeans 7.1 installs into Netbeans 8.0 OK, but when you restart Netbeans, the following error occurs during the startup process Warning - could not install some...

hello, I have a probleme with autocomplete of the function, when i put a keyword "When" or "And" .... and when i click ctrl+space he told me 'no suggestion' although...

hi, using cucumber 0.8.5, gherkin 2.1.4 and have this error message: cannot run program "cucumber": java.io.IOException: error=2 I do what is said http://wiki.github.com/QuBiT/cucumber-netbeans-plugin/code-execution and the error is still there...

NetBeans (I have C++ version) don't even start after adding qubit-cucumber-editor-1.8.2.nbm. You see this: ``` Warning - could not install some modules: Editor Hints - The module Editor Library 2...

it would be nice. When I try to install it I get the same error message reported below about "The module named org.netbeans.modules.i18n/1 was needed and not found": https://github.com/QuBiT/cucumber-netbeans-plugin/issues/30

- Ubuntu 10.10 - apt-getted Netbeans 6.9.1 - 1.8.2 plugin version The 'run feature' button appears, however, the feature is not being run, no console output HOWEVER if I remove...

I'm not sure that this is not a netbeans issue, but the code snippets are reloaded every time netbeans is started. My cucumber tests are not in english, so I...

The plugin reports "Unexpected ':'" for the first line of this code (taken from the cucumber site): Feature: Search courses In order to ensure better utilization of courses Potential students...