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

Possibility to run only specific scenario #22

Closed
bkielbasa opened this issue Jul 22, 2019 · 0 comments
Closed

Possibility to run only specific scenario #22

bkielbasa opened this issue Jul 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bkielbasa
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Sometimes it's useful to run only 1 scenario. Adding tag and running with only this tag helps but IMO it would be a clearer way.

Describe the solution you'd like
Maybe we can add a new parameter which will accept the scenario(s) name to run:

go test ./... --only-scenario="scanario name goes here"

Describe alternatives you've considered
Adding tags is a cool alternative and works but the problem is that we have to spam our features with tags which are not related to the domain at all.

@bkielbasa bkielbasa added the enhancement New feature or request label Jul 22, 2019
@bkielbasa bkielbasa added this to the 1.0 milestone Jul 25, 2019
@bkielbasa bkielbasa removed this from the 1.0 milestone Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant