| Author |
Can Cucumber be integrated with a Java IDE?
|
Ronald Alarcon
Greenhorn
Joined: May 29, 2011
Posts: 21
|
|
|
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?
|
<<Write once run everywhere...>>
|
 |
Matt Wynne
author
Greenhorn
Joined: Feb 17, 2012
Posts: 14
|
|
Hi Ronald,
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.
[1] http://github.com/cucumber/cucumber-jvm
|
cheers,
Matt
--
Freelance programmer & coach
Author, http://pragprog.com/book/hwcuc/the-cucumber-book
Founder, http://www.relishapp.com/
Twitter, https://twitter.com/mattwynne
|
 |
Ronald Alarcon
Greenhorn
Joined: May 29, 2011
Posts: 21
|
|
Matt Wynne wrote:Hi Ronald,
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.
[1] http://github.com/cucumber/cucumber-jvm
Sounds great, i will investigate a little about it.
|
 |
 |
|
|
subject: Can Cucumber be integrated with a Java IDE?
|
|
|