We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"]
The text was updated successfully, but these errors were encountered:
meadsteve
No branches or pull requests
Feature files often have thing like:
This "As a XXX" should be parsed in to the feature file so that suites can filter on it.
The text was updated successfully, but these errors were encountered: