Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.46 KB

One click Native Mobile APP automation


One Click Automation

Simple one click mobile app Automation

  • Automation using Java , maven and Cucumber
  • run by Appium (CLI) npm install -g appium
  • works on both Windows and Mac
  • works on iOS and AndroidOS devices

Running the Test

(for those who had tested appium on cli in past go its is this simple)

$ git clone https://github.com/eaccmk/OneClickAutomation.git

$ sh run_test.sh

For other like me who learnt from their mistake; researched and then finally made it please flow this first

Pre-requisites (before you do that 1 click)

Project Structure

image


credits : Initial reference of this project was made using this github repo Kudos!