An open API service indexing awesome lists of open source software.

https://github.com/srinivasantarget/appiumcucumber

Sample Appium test automation using Cucumber-JVM
https://github.com/srinivasantarget/appiumcucumber

Last synced: 3 months ago
JSON representation

Sample Appium test automation using Cucumber-JVM

Awesome Lists containing this project

README

          

# AppiumCucumber
Sample Appium test automation using Cucumber-JVM

## Pre-requisites
* Appium 1.7
* Java 8
* Maven
* IDE with Cucumber Plugin installed
* More info on [Appium Setup instructions](http://appium.io/slate/en/master/?ruby#running-appium-on-mac-os-x)

## Project Structure
* Configuration package - Hooks and API Processor
* Runners - Cucumber Runner Test
* Screens - Page Classes with Page Actions defined
* Step Definitions - Screen and its Steps Defs.
* Features - cucumber features

## Dependencies
* Appium Java Client
* Cucumber JVM
* Cucumber Java
* Rest Assured - API processing

## Test Execution
$ `git clone https://github.com/SrinivasanTarget/AppiumCucumber.git `

$ `mvn clean install`