I have selenium tests developed on java. Since devs are using Azure Devops, we are asked to use it for the test pipelines. We have configured one project on one pipeline. Classic pipelines are used, however I am happy to use Yaml if there is any solution that can I use to achieve this
One of the pipeline has around 900 scenarios that takes around 14 hours to execute. I have 1 agent pool with 2 agents configured to run 2 different pipelines in parallel. All this is configured to run on self hosted server on premise.
However I am unable to divide the 900 scenarios to run in parallel on 2 different agents. Is it possible?
I tried to add agent job to run in parallel but both jobs execute the same scenarios in parallel.
Please advise.
Thanks in advance
