Skip to content

phanison898/api-automation-with-rest-assured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Automation Framework


🚥 About

API automation framework developped using Rest-Assured, Java, TestNG and Maven

📜 Tools

  • Programming Language : Java
  • Test Framework : TestNG
  • Built Tool : Maven
  • Development Type : Test Driven Development (TDD)
  • Extras : Configured local REST API server using json-server node application

⛔ Pre-requisites

  1. Appium installation
    • Install Java JDK
    • Install Maven
    • Install json-server using Node.js

✅ How to make use of this repo?

  1. Clone the repository

    git clone https://github.com/phanison898/api-automation-with-rest-assured.git
  2. CD into cloned directory

    cd /api-automation-with-rest-assured
  3. Start the dummy REST API server

    json-server --watch src/main/resources/json/db.json
  4. Run the Maven command and start the automation

        mvn clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages