Skip to content

Getting started' document is too brief w.r.t. the console runner #19

Description

@mark4asp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions