Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set suite name for DynamicSuiteItem #337

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

deepio-oc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testcases are repeating when using DataDriver and "-t" robot option
1 participant