/appium-cucumber

Appium - Cucumber framework with Maven Build Tool

Primary LanguageJava

QA Automation - Native App

  • This is a Cucumber - Appium Framework
  • Currently only designed to test Android devices

Getting Started

git clone https://github.com/telangn/appium-cucumber.git

Prerequisites

  • Maven Installed

  • Android Studio configured to launch an emulator

  • A native app SDK to test with

  • Configure Android Path on your environment variables

    ANDROID_HOME: root android sdk directory

    PATH: ANDROID_HOME + the following paths = platform-tools, tools, tools/bin

  • Appium

npm i appium

Installing

There is no need to start the appium server manually, as the program will do so upon execution.

From the directory of the POM.xml :

mvn clean install

Or..

mvn verify

You can use the uiautomatorviewer to inspect elements on Android devices, or you can use Appium Desktop

Deployment

This project is ready to deploy on Jenkins.

Built With

Contributing

N/A

Versioning

N/A

Authors

  • Ninad Telang - Initial work - Ninad

License

N/A

Acknowledgments

  • God and our Lord Jesus Christ