Hi Dojo,
I am running a Ranorex test using a jenkins pipeline which used to succeed, however last time I ran it I noticed that no report / an empty report was generated.
The test itself seems to have run fine if I check the console output, but this is quite annoying to check it this way.
Would this be a known issue?
Thanks in advance.
Hi Maxim,
This is a known issue and reported to Ranorex team by Michiel Vanthuyne:
"Ranorex will produce empty report files if an argument is passed in the command that has no matching parameter in the Global Parameters of the test suite.
For Jenkins jobs that use the general "RunAllRanorexTests.groovy" pipeline code, these parameters are required: "Database", "Agent", "Username", "Password", "DevcoreLaunchCube"
If you have jobs that use custom pipeline jenkinsfiles, and are facing empty report files, make sure you check that the command line arguments in your pipeline match with the global parameters in your testsuite.
I have reported this issue to Ranorex, I expect that with a fix the missing parameters would be logged in the report instead of causing an empty report."