# XCMonkey A tool for doing randomised UI testing of iOS apps 🙈 ## Requirements ```bash brew tap facebook/fb brew install idb-companion ``` ## Installation ```bash brew install xcmonkey ``` or ```bash gem install xcmonkey ``` ## Usage ### Test ```bash xcmonkey test --udid "30694803-2018-460F-BBA6-97D7911A1AC0" --bundle-id "com.example.app" ``` ### Describe point ```bash xcmonkey describe -x 10 -y 10 --udid "20694801-2018-460F-BBA6-97D7911A1AC0" ```