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
- Host: GitHub
- URL: https://github.com/srinivasantarget/appiumcucumber
- Owner: SrinivasanTarget
- Created: 2017-11-05T10:44:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T16:46:11.000Z (over 8 years ago)
- Last Synced: 2025-05-07T23:45:00.884Z (about 1 year ago)
- Language: Java
- Size: 3.46 MB
- Stars: 8
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`