This repository contains automated API tests for D Money using Rest Assured.
These tests are designed to validate the functionality of key API endpoints in D Money. The primary focus is on user authentication, user creation, and user search functionalities.
- Rest Assured: A Java library for testing RESTful APIs.
- Gradle: Build automation tool.
- IntelliJ IDEA: Integrated Development Environment.
- Java Development Kit (JDK) installed
- Gradle installed
- Git installed
-
Clone the repository:
``bash git clone https://github.com/your-username/dmoney-rest-assured-tests.git
-
Open in IntelliJ IDEA: Open the project in IntelliJ IDEA and ensure that Gradle dependencies are resolved.
Execute the tests using the test runner in your IDE or via Gradle command line:
bash
./gradlew test