This pull request integrates RestAssured and TestNG into the project to support API test automation. Additionally, it introduces a Spotless check that enforces consistent code formatting through linting and validation.
Key Updates
Rewrote existing tests to use TestNG and RestAssured.
Completed integration of TestNG as the test framework, including:
Adding a resources folder under test.
Ensuring the test suite is executed as part of the gradle test command.
Updated the Gradle build configuration to support dependencies for testing, linting, and formatting.
Summary
This pull request integrates RestAssured and TestNG into the project to support API test automation. Additionally, it introduces a Spotless check that enforces consistent code formatting through linting and validation.
Key Updates