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

Reusing test suites #577

Open
Saga789 opened this issue Apr 15, 2024 · 0 comments
Open

Reusing test suites #577

Saga789 opened this issue Apr 15, 2024 · 0 comments

Comments

@Saga789
Copy link

Saga789 commented Apr 15, 2024

Hi. Is there a way to use same test suites during pabot execution?
Example:
I have test_suites 1 - 4 and I run two scenarios with robot commands:
robot test_suite1.robot test_suite3.robot test_suite4.robot
robot test_suite2.robot test_suite3.robot test_suite4.robot
I'd like to run the two scenarios simultaneously. I try to use "--processes 2 --ordering order.txt test_suite1.robot test_suite2.robot test_suite3.robot test_suite4.robot" with config file:

{
--suite Suites.Test Suite 1
--suite Suites.Test Suite 3
--suite Suites.Test Suite 4
}
{
--suite Suites.Test Suite 2
--suite Suites.Test Suite 3
--suite Suites.Test Suite 4
}

After running this command first scenario executed test suites 1, 3, 4 but second scenario executed only test suite 2.
How can I run the scenarios as described above?

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

No branches or pull requests

1 participant