项目作者: telangn

项目描述 :
Appium - Cucumber framework with Maven Build Tool
高级语言: Java
项目地址: git://github.com/telangn/appium-cucumber.git
创建时间: 2017-11-08T23:38:41Z
项目社区:https://github.com/telangn/appium-cucumber

开源协议:

下载


QA Automation - Native App

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

Getting Started

  1. 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

    1. 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 :

  1. mvn clean install

Or..

  1. 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