Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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