utest icon indicating copy to clipboard operation
utest copied to clipboard

Run tests according to selectors

Open Duhemm opened this issue 1 year ago • 1 comments

Previously, the utest runner would not take the selectors that are set in an input TaskDef when deciding what to run.

With this patch, utest will inspect the selector and, if a TaskDef contains only NestedTestSelector, it'll run only the tests whose path match that defined in the selector.

Duhemm avatar Jan 19 '24 16:01 Duhemm