Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 802 Bytes

Authentication Appium

License Build Status

Authentication Appium is automated testing project for Authentication iOS project. Authentication Appium is written by Appium, Selenium, Cucumber, Capybara, SitePrism.

Requirements

  • Ruby 2.4.3 or later
  • Appium 1.8.2 or later
  • Cucumber
  • NodeJS & npm

Run Project

Start appium server

appium

Then create new consult window. Install bundle

bundle install

Start automated testing by start cucumber

cucumber

And see test results at console.