'Robot Framework - Pabot ordering mechanism not working in Azure MS Hosted Agents
I am trying to run Pabot sequential ordering in Robot Framework hosted on Azure MS hosted Agent. Since its a MS Hosted Agent I have to install all the required libraries at runtime with the yaml. My issue is I am trying to run an ordered pabot file with robot framework, it works in local perfectly but not in the MS Hosted Agent.
This is the .pabotsuitenames file that I am working on. I need the Regression.AggregateReportTestData to run first and then using the output variables of theis Test case, run the next all the Test cases in parallel which works fine on local but not on the MS Hosted Agent build pipeline.
datasources:1cb220d38bfbc55b3c76e244044a00d2097d8710
commandlineoptions:22e839e76c606ed61a87154433701a21d8057efd
suitesfrom:no-suites-from-option
file:c012b5640c297cd3f0915fe213dae885448d7bef
--suite Regression.AggregateReportTestData
#WAIT
--suite Regression.CourseCreate
--suite Regression.TopicCreate
--suite Regression.LibrariesE2E
The pabot command line is below:
pabot --pabotlib --ordering .pabotsuitenames --include RegressionTest --variable ENV:${{parameters.envToRunTest}} --outputdir ./Results/Report/ --timestampoutputs --log log.html --report report.html --loglevel INFO -x outputxunit.xml --name "Robot Execution" $path
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
