Skip to content

penghaibo203/iosnewmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

iosnewmonkey

new monkey tool for ios

1.You need to start WebDriverAgent by yourself

Follow the instructions in https://github.com/facebook/WebDriverAgent

  1. After it is finished you can simply open WebDriverAgent.xcodeproj and start WebDriverAgentRunner test

It is better to start with Xcode to prevent CodeSign issues.

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'platform=iOS Simulator,name=iPhone 6' test Install python wda client

  1. install wda by NetEase

pip install --pre facebook-wda

  1. install usbmuxd
$ brew install usbmuxd
  1. start proxy
iproxy 8100 8100
  1. run scripts
python testios.py bundleID actionNum

example: python testios.py com.pingan.EBankHuarui 100

About

new monkey tool for ios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages