rstelly
2 years agoOccasional Contributor
UI (browser) testing via Gitlab runner
I am able to run UI tests from a Gitlab runner, but it disconnects from the remote desktop - which is expected (https://support.smartbear.com/testcomplete/docs/testing-with/running/via-rdp/keeping-computer-unlocked.html) I am wondering if there is anyway to re-target that session that was created and continue to run tests from that session.
Thank you. It seems that the potential solution is that my session creator command was using the /UseActiveSession flag. I think if I get rid of it, my problem should be solved