We need a mechanism for running GUI based testcases written using pywinauto ( on windows VM ) using Jenkins. Is it possible to have unattended execution ?
Asked
Active
Viewed 193 times
0
-
pywinauto will require active desktop window. By default Jenkins will not show UI to you. change some setting like in this answer - https://stackoverflow.com/a/21878521/5400362, then configure your testcases and run the Jenkins job. – Dev Sep 08 '22 at 11:20
-
Maybe this list of recipes will help: https://pywinauto.readthedocs.io/en/latest/remote_execution.html – Vasily Ryabov Sep 10 '22 at 14:44