JaniJegoroff / fbsimctl-extension

fbsimctl extension provides convenient metaclass to execute FBSimulatorControl shell commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version Build Status Code Climate Dependency Status

fbsimctl-extension

fbsimctl extension provides convenient metaclass to execute FBSimulatorControl shell commands.

This gem is useful when working with test automation frameworks like Calabash and Appium.

Installation

In your Gemfile:

gem 'fbsimctl-extension'

Install gem manually:

$ gem install fbsimctl-extension

Example use cases

Install fbsimctl

Launch irb

$ irb

Load fbsimctl-extension

irb> require 'fbsimctl-extension'

Execute fbsimctl-extension commands

Boot iPhone 7 simulator

FBSC.boot('iPhone 7')

Erase simulator

FBSC.erase

Run the tests

TODO

License

MIT

About

fbsimctl extension provides convenient metaclass to execute FBSimulatorControl shell commands.


Languages

Language:Ruby 100.0%