In the 'Getting started' document, you should include a complete example of running the console runner. Alternatively improve your parser so that it gives meaningful error messages back; instead of the same error message every time.
I am trying to run NBehave-Console.exe to generate test stubs from Gherkin. With this command run from the command line.
NBehave-Console.exe /sf=ViewPremiumByApoGAdmin.feature /codegen
In reply all I ever get is: "fatal error: invalid arguments"
==================================================================
Contents of the file : ViewPremiumByApoGAdmin.feature
Feature: ViewPremiumByApoGAdmin
# New Premium preference, is viewable by ApoGAdmin
In Order To: View all settings
As an ApoGAdmin
I Want To View Premium setting
Scenario: ApoGAdminCanViewPremium
# _1 ApoGAdmin user can view Premium Setting
Given I am an ApoGAdmin
When I Go to Premium
Then I can view Premium setting
I've tried it with and without the comment lines.
In the 'Getting started' document, you should include a complete example of running the console runner. Alternatively improve your parser so that it gives meaningful error messages back; instead of the same error message every time.
I am trying to run NBehave-Console.exe to generate test stubs from Gherkin. With this command run from the command line.
In reply all I ever get is: "fatal error: invalid arguments"
==================================================================
Contents of the file : ViewPremiumByApoGAdmin.feature
Feature: ViewPremiumByApoGAdmin
# New Premium preference, is viewable by ApoGAdmin
In Order To: View all settings
As an ApoGAdmin
I Want To View Premium setting
Scenario: ApoGAdminCanViewPremium
# _1 ApoGAdmin user can view Premium Setting
Given I am an ApoGAdmin
When I Go to Premium
Then I can view Premium setting
I've tried it with and without the comment lines.