Hi,
I would like to execute my test unsing WindowsTesterRunner on a CruiseControl server. My test is running fine on my computer. The same test is running fine on the CruiseControl server if I execute them manually. However, when the server will run the test, most of the time, the computer is locked. In this case, the test cannot execute (since the computer is locked, GUI is not displayed). Is there a way to bypass this problem? I would prefer to keep this computer locked if possible.
Regards