- Download and install WinAppDriver: https://github.com/microsoft/WinAppDriver/releases
- cd to example directory and install packages.
yarn install
or npm install
- start winappdriver or ywinappdriver
npx winappdriver
or npx ywinappdriver
WinAppDriver is supported by Microsoft. YWinAppDriver is an open source project which implemented WinAppDriver's functionality, and is developed by Canhua Li
- run jest test
yarn run jest
or npm run jest