Closed HApolonio closed 5 months ago
After some more testing Pabot finally worked with Python 3.12.4 - closing this bug since it does not make sense anymore,
After some more testing Pabot finally worked with Python 3.12.4 - closing this bug since it does not make sense anymore,
may i know what is the complete pabot command to run in Jenkins
After some more testing Pabot finally worked with Python 3.12.4 - closing this bug since it does not make sense anymore,
may i know what is the complete pabot command to run in Jenkins
Hi. Like I said on the previous message:
pabot --processes 4 --processtimeout 5400 --outputdir reports --console verbose --exclude ignore TestCases/Regression
I have a suite of tests successfully executing from a GitHub Workflow every day. Today I tried do bump the Python version from 3.10 to 3.12 and started getting the error: [ ERROR ] Reading XML source '' failed: No such file or directory
Right afterwards, I downgraded Python using the previous instalation folder on the PATH (c:\python_3-10_embed), and the tests started working again.
The commands I have:
The command output:
Robot Framework version = 7.0.1