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

Feature: Add command for listing features #1

Open
alistairjevans opened this issue Apr 12, 2020 · 0 comments
Open

Feature: Add command for listing features #1

alistairjevans opened this issue Apr 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alistairjevans
Copy link
Contributor

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" }
  ]
}
@alistairjevans alistairjevans added enhancement New feature or request good first issue Good for newcomers labels Apr 12, 2020
@DhavalSonavaria DhavalSonavaria self-assigned this May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

2 participants