I'm using maven and cuke4duke-maven-pluign to run cucumber features. Is it possible to run a single cucumber scenario?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, its sure possible like this: https://github.com/aslakhellesoy/cucumber/tree/master/examples/i18n/en In this example you can use only divide for example. For another example you want to test a calculator.java simply. In there thats possible, you can test only add.feature in this test skeleton. |
|||
|
|
|
One thing we do in our projects using cuke4duke is to create a property for cuke4duke arguments:
Using that you can do the following:
to run features that have |
|||
|
|
|
Use cucumber.features property on the command line, for example:
|
|||
|
|