IQUITestCodeMaker is a modern and lightweight tool for generating iOS UI test script codes automatically without lanuching Appium Desktop or using inspector.
- Non intrusive that you don't need to do anything but downloading it using cocoapods.
- Generating script codes automatically.
- In order to make the result more accurate,you are advised to set accessibilityIdentifier manually.
- For performance reasons,you are advised to turn off IQUITestCodeMaker in release mode.
- With the debug ball support,you can export script file to desktop easily.
- Ruby
- Python
- JavaScript(webdriverio)
- JavaScript(Promise)
- Java
- Objective-C
- Swift
- Generating UI test label automatically for iOS
- Appium Server and Inspector in Desktop GUIs for Mac, Windows, and Linux
$ gem install cocoapods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'Example' do
pod 'IQUITestCodeMaker',:git => 'https://github.com/Lobster-King/IQUITestCodeMaker.git',:configurations => ['Debug']
end
$ pod install
Appium is an open source, cross-platform test automation tool for native, hybrid and mobile web and desktop apps. It support simulators (iOS), emulators (Android), and real devices (iOS, Android, Windows, Mac).
- more languages support.
- macaca support.
- ui element location strategy.
You can contact me in the following ways
- PRs or Issues.
- Email :zhiwei.geek@gmail.com