aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Windows native application testing #5

Open sasha943 opened 5 years ago

sasha943 commented 5 years ago

Is it possible to run tests on native windows application? use WinAppDriver that provided by Appium

vania-pooh commented 5 years ago

@sasha943 any Selenium-compatible web driver is supported. We don't have such experience. Probably using this approach: https://medium.com/@aandryashin/selenium-on-windows-docker-revolution-f5a7eab205ad and WinAppDriver you can build an image for native Windows application testing.