Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

File metadata and controls

17 lines (12 loc) · 348 Bytes

Example with selenium-webdriver

Make sure Dependencies

  1. goto selenium-webdriver project
  2. start appium

yarn run appium or npm run appium

expect output

[Appium] Welcome to Appium v1.14.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
  1. run jest test

yarn run jest or npm run jest