I have 5 test suites that are independent of each other. I have to run it in the same environment. Most of my test suites consist of API calls. Tests inside the apartment must be performed sequentially, as they depend on each other.
Is it possible to somehow run all test packages in parallel using the pybot command?
python testing robotframework
Deepti k
source share