Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse "As a XXXX" in feature files #54

Closed
meadsteve opened this issue May 6, 2016 · 0 comments
Closed

Parse "As a XXXX" in feature files #54

meadsteve opened this issue May 6, 2016 · 0 comments
Assignees

Comments

@meadsteve
Copy link
Collaborator

meadsteve commented May 6, 2016

Feature files often have thing like:

# feature/hello_world.feature
Feature: Hello World
As a developer
I want to be able to say hello world in a variety of examplelike ways

This "As a XXX" should be parsed in to the feature file so that suites can filter on it.

  suite name:          "Developers developers developers",
        context:       WhiteBread.Example.DeveloperContext,
        feature_paths: ["features/"],
        roles:         ["developer"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant