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
New command for listing the set of features in a project
Example usages:
Simple
> autostep list features Feature 1 Feature 2
Scenarios
> autostep list features --with-scenarios Feature 1 Scenario 1 Feature 2 Scenario 1
JSON
> autostep list features --json { "features": [ { "name": "Feature 1", "path": "./feature1.as" }, { "name": "Feature 2", "path": "./feature2.as" } ] }
The text was updated successfully, but these errors were encountered:
DhavalSonavaria
No branches or pull requests
New command for listing the set of features in a project
Example usages:
Simple
> autostep list features Feature 1 Feature 2
Scenarios
> autostep list features --with-scenarios Feature 1 Scenario 1 Feature 2 Scenario 1
JSON
The text was updated successfully, but these errors were encountered: