An open API service indexing awesome lists of open source software.

https://github.com/appium/ruby_console

:gift: Appium Ruby Console
https://github.com/appium/ruby_console

Last synced: about 1 year ago
JSON representation

:gift: Appium Ruby Console

Awesome Lists containing this project

README

          

[![Downloads](https://img.shields.io/gem/dt/appium_console.svg)](https://rubygems.org/gems/appium_console)

# Appium Ruby Console

- [appium_console on RubyGems](https://rubygems.org/gems/appium_console)

## How to use
1. Setup Appium
- Read [a setup guide](http://appium.io/docs/en/about-appium/getting-started/?lang=en)
2. Install `appium_console`
```bash
gem uninstall appium_lib
gem uninstall appium_console
gem install appium_console
```
3. Run
- The `arc` command starts Appium Ruby Console.
- `arc help` prints a description of all available commands
- `arc version` prints the current version of appium console and appium lib.
- `arc setup android` creates `appium.txt` for android in the current working dir.
- `arc setup ios` creates `appium.txt` for ios in the current working dir.
- `arc toml FILE` starts arc with toml FILE path

## Documentation

- [ruby_lib](https://github.com/appium/ruby_lib)

## Changelog
- 4.0.0
- Drop Ruby 2.7 support
- 3.0.0
- Update ruby_lib version to v12