Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 685 Bytes

Lomotif App Project

This repository contains mobile automation using Appium on Lomotif App of Login Screen

Test Environment

  • Cucumber Framework
  • Ruby Language
  • RubyMine IDE
  • Appium for Automation

How to run the project

  • clone the repository
  • open the IDE(RubyMine)
  • open the project using file tab--> open --> select project
  • select the language - Ruby from preferences --> language and framework
  • in terminal :
    • run gem install cucumber (if you donot install cucumber)
    • gem install appium-lib
    • cucumber -t @wip Along with that connect your device with your PC and open Appium Server and fill the desired capabilities and start session.