- 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
- Appium installation
- Install Java JDK
- Install Maven
- Install json-server using Node.js
-
Clone the repository
git clone https://github.com/phanison898/api-automation-with-rest-assured.git
-
CD into cloned directory
cd /api-automation-with-rest-assured
-
Start the dummy REST API server
json-server --watch src/main/resources/json/db.json
-
Run the Maven command and start the automation
mvn clean test