You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: