Is it possible to perform parallel execution of tests by tags? #580
Unanswered
yogapugazh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a scenario in the current project where there is one resource file and 3 different folders which contains test suites and tests. If possible, the tests under different folder can be executed in parallel. Does pabot support execution of tests in parallel based on the tags?
for example: pabot --tag1 --tag2 --tag3 --resourcefile file test_location/
Beta Was this translation helpful? Give feedback.
All reactions