pabot icon indicating copy to clipboard operation
pabot copied to clipboard

set suite name for DynamicSuiteItem

Open deepio-oc opened this issue 4 years ago • 0 comments

In the scenario, Pabot is used with DataDriver and there are static + dynamic tests, test cases are getting repeated when pabot goes to launch dynamic test.

Without the suite name filter, when pabot launches dynamic tests, robot again starts executing static tests. By setting suite in DynamicSuiteItem, launched robot command has suite flag which limits test cases to only dynamic tests.

fixes #334

deepio-oc avatar Apr 20 '21 06:04 deepio-oc