flagpole icon indicating copy to clipboard operation
flagpole copied to clipboard

Run test individually by scenario

Open bmeverett opened this issue 4 years ago • 1 comments

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

bmeverett avatar Sep 08 '21 12:09 bmeverett

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

jasonbyrne avatar Oct 06 '21 00:10 jasonbyrne