How do I get Testcomplete to generate an error log through Session Creator?
I have currently integrated TestComplete into the Gitlab CI/CD pipeline, and am using the Session Creator to run the tests. My tests are currently failing due to some errors, but I cannot view the error report because there is no configuration available for TestComplete to generate an error log. There are only options to generate export log and export summary according to the user guide, but these reports are not generated when the tests failed, presumably because the test had stopped on error. Does anyone know if there is a way for me to get the error report generated when a test fails through the Session Creator CLI?
Hi lackmoo ! There could be several reasons for this behavior - the path could be incorrect, you don't have enough rights to create a file in this folder. Please try using this argument - https://support.smartbear.com/testcomplete/docs/working-with/automating/session-creator/index.html#exportlog
It should save the log after execution regardless of any errors.