Skip to content

mahmutkaya/appium-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appium-challenge

  • MOBILE & API Automation Testing Using Java, appium, cucumber and restAssured

dependencies:

Setting Up

These instructions will get you a copy of the project up and running on your local machine.

  • clone the repo:
git clone https://github.com/mahmutkaya/appium-challenge.git
  • go to configuration.properties file - at project level
  • and add the text below into it with replacing your own values
platformName = <platformName>
platformVersion = <platformVersion>
deviceName = <deviceName>
  • sdk version: 1.8

  • And of course do not forget to run the composer :)

Running tests from terminal:

mvn -B verify --file pom.xml

About scenarios:

Automated scenarios are:

  • CRUD operations of product - api
  • Add review - api & ui
  • Product details - ui
  • Search - ui
  • Home screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages