Running automated UI Tests with teamcity - recent
Hi,
i can only find dated examples of how to run automated UI tests with Teamcity,
does anyone have a recent working example, i need TC to respond to a dialog box when running a build
i have TC running as a service with the "allow service to interact with the desktop" option ticked,
still does nothing
Thanks
Please sign in to leave a comment.
Hi Corbin,
things haven't changed in the last times in this regard, the restriction to run UI tests is still the same: The service needs to be able to open windows and interact with them. The easiest way to achieve this is to instead of running it as a service, running it from a user session. Could you try whether that works for you?