Closed dadamschi closed 10 years ago
In file: com.gfk.senbotdemo.cucumber.tests.WebAppTest try removing the line:
features = "features",
This overrides the commandline settings in the current version of cucumber-jvm. I believe this will change on the next update to the latest cucumber-jvm.
That worked. Thanks for the help.
Given I am new to Cucumber and SenBot When I try to specify a feature to test in the SenBotDemo (test -DforkMode=never -Dfeatures=features/WebApp/Chapter2/CucumberTest.feature) Then All of the features are running
Am I missing something?