anumsh / Lomotif_Automation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Ruby 78.7%Language:Gherkin 21.3%