mirror of
https://github.com/appium/appium.git
synced 2026-01-13 13:50:00 -06:00
* Sample code stub (#9887) * WD tests * WD sample code (#9918) * WebdriverIO sample code (#10166) * Ruby sample code (#10331) * PHP Sample Code (#10209) * Basic Android java test * Java sample code (#10427) * Sample code (#10834) * Sample code stub (#9887) * WD tests * WD sample code (#9918) * WebdriverIO sample code (#10166) * Ruby sample code (#10331) * PHP Sample Code (#10209) * Basic Android java test * Java sample code (#10427) * fixed WDIO test * Update .npmignore
11 lines
159 B
Markdown
11 lines
159 B
Markdown
# Ruby Sample Code
|
|
|
|
## Setup
|
|
|
|
* Install `ruby` and `rspec`
|
|
* Run `bundle install` from this directory
|
|
|
|
## Running Tests
|
|
|
|
* `rspec spec/<name_of_test>_spec.rb`
|