Netbeans can be used for Ruby Programming, and Netbeans have JUnit integrated. So i want to know if its possible to integrate Cucumber like a plugin for netbeans?
Yes, I've seen people use a Cucumber plugin with Netbeans, though I've never used it myself. If you use Cucumber-JVM[1], you can also use the JUnit interface to run the tests just as you would for a normal unit test suite.
Yes, I've seen people use a Cucumber plugin with Netbeans, though I've never used it myself. If you use Cucumber-JVM[1], you can also use the JUnit interface to run the tests just as you would for a normal unit test suite.