flagpole
flagpole copied to clipboard
Run test individually by 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
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