Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 753 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 753 Bytes

Coingecko-AutomationTest-Suite

Automation framework for Coingecko API - WEB - Mobile

Pre-Requisites:

  • Install JDK 8 (version 1.8.0_321)
  • Install IDE (preferred IntelliJ IDEA)
  • Install Appium : link

  • Powered by CoinGecko:

How to run the test :

  1. For API testss:
mvn test coingecko-api/testng-api.xml
  1. For Web tests:
mvn test coingecko-web/testng-web.xml
  1. For Mobile tests:
mvn test coingecko-mobile/testng-mobile.xml