Sha256: e72d5a2ad7bd3c0bf86ea5a25c17e6a7e574c43406cd774835708c8800b6cfb1
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
# skeleton CLI for fast generating multi language page objects from iOS and Android screens. Prerequisites: -------- #### Android - Install [SDK Tools](http://developer.android.com/sdk/installing/index.html?pkg=tools). - SDK tools are added to your $PATH. [OSX](https://stackoverflow.com/posts/19764254/revisions) - Enable [USB Debugging](https://www.kingoapp.com/root-tutorials/how-to-enable-usb-debugging-mode-on-android.htm) on your device(s). #### iOS - Install [Xcode](https://developer.apple.com/xcode/download/). - Install [Xcode Command Line Tools](http://railsapps.github.io/xcode-command-line-tools.html). - For real devices you need to sign skeleton in xcodeproj ([like appium](https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md)). Installation: ------ $ git clone https://github.com/forqa/skeleton.git $ gem install bundler $ cd skeleton && bundle install Usage: ------ $ ruby skeleton.rb -h ## License A tool is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
skeleton-ui-0.0.3 | README.md |
skeleton-ui-0.0.2 | README.md |
skeleton-ui-0.0.1 | README.md |