Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (27 loc) · 562 Bytes

File metadata and controls

30 lines (27 loc) · 562 Bytes

Example with webdriverio

Make sure Dependencies

By launching WinAppDriver automatically

  1. Launch the test
yarn run testappium

By launching WinAppDriver manually

  1. Start WinAppDriver and listen on 4723/wd/hub
cd C:\Program Files (x86)\Windows Application Driver
c:
WinAppDriver.exe 127.0.0.1 4723/wd/hub

And the output is like this:

Windows Application Driver listening for requests at: http://127.0.0.1:4723/wd/hub
Press ENTER to exit.

or

yarn run appium
  1. Launch the test
yarn run test