Code samples to get started with Appium tests for your Native App using the Cucumber framework.
- Ruby: If you don't have Ruby installed, follow the instructions given here
- Bundler : If you dont have Bundler installed, follow the instructions given here
To install the dependencies for Android tests, run :
cd android/examples
bundle install
Or,
To install the dependencies for iOS tests, run :
cd ios/examples
bundle install
Getting Started with Appium tests in Cucumber Ruby on BrowserStack couldn't be easier!
- Switch to
run_first_test
directory under Android examples or iOS examples - Follow the steps outlined in the documentation - Get Started with your first test on App Automate
- Switch to
run_parallel_test
directory under Android examples or iOS examples - Follow the steps outlined in the documentation - Get Started with parallel testing on App Automate
- Switch to
run_local_test
directory under Android examples or iOS examples - Follow the steps outlined in the documentation - Get Started with Local testing on App Automate
If you are running into any issues or have any queries, please check Browserstack Support page or get in touch with us.
Note: For other test frameworks supported by App-Automate refer our Developer documentation