Skip to content

Files

Latest commit

f29a8b7 · Jul 4, 2020

History

History
45 lines (39 loc) · 840 Bytes

README.md

File metadata and controls

45 lines (39 loc) · 840 Bytes

ruby-cucumber-appium-example

Example usage of a Ruby + Cucumber + Appium test framework

Requirements

iOS 13.0+
Xcode 13+
CocoaPods
Carthage 
Xcode command line tools
Android Studio + SDK
Appium Server/Desktop >1.16.0
Ruby 2.6.3

Uses Appium's example apps to run. (Download at your own risk!!)

Installation

bundle install

Run

cucumber -p ios
cucumber -p android

DONE:

TODO:

  • Parallelise
  • Screenshots
  • Image Comparison
  • CircleCI integration