/AppiumCucumber

Sample Appium test automation using Cucumber-JVM

Primary LanguageJava

AppiumCucumber

Sample Appium test automation using Cucumber-JVM

Pre-requisites

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