Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 606 Bytes

Example to do Calculator automation on Windows

  1. Download and install WinAppDriver: https://github.com/microsoft/WinAppDriver/releases
  2. cd to example directory and install packages.

yarn install or npm install

  1. 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

  1. run jest test

yarn run jest or npm run jest