robotframework-datadriver: Not able to succeed run data-driven xlsx file in parallel (pabot)
Hello,
I have tried to execute my data-driven(xlsx) test case (25 processes) using this guidence. When I try to run pabot --testlevelsplit --pabotlib (...) open the same test case 12 times, I hoped it would divide the 25 processes in the xlsx file into 12.
I have made mistake somewhere or no way to run data-driven(xlsx) cases in parallel.
Thanks in advance.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 27 (11 by maintainers)
i reduced it so that SeleniumLibrary is not longer involved.
and with this call:
❯ pabot --testlevelsplit --pabotlib atest/TestCases/DEBUG/MostSearchedTerms.robotIt worked well:
@pianofab
You said that you have 12 rows. And you have 12 processes. Therefore each process gets one test case.
then the optimize_pabot would not have any affect.
are you sure that the test are not running in parallel? Can you post you console log, with
--loglevel DEBUGas cli option?