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

Run test individually by scenario #102

Open
bmeverett opened this issue Sep 8, 2021 · 1 comment
Open

Run test individually by scenario #102

bmeverett opened this issue Sep 8, 2021 · 1 comment

Comments

@bmeverett
Copy link
Contributor

Use Case

If I'm trying to debug a single test, or writing a new test in a large test suite, I would like to run that test in isolation to properly debug and get it passing.

Current Behavior

Currently I am running an entire suite, flagpole run --build -s experience. You can only run tests at the suite level.

New Behavior

Add the ability to run tests by name

@jasonbyrne
Copy link
Collaborator

By "tests" you mean "scenario"? The problem is that I see is scenarios don't really have a "name" they have a "title", which isn't really addressable. It would probably have to be a different concept like manually assigning in id or a tag to a scenario

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

2 participants