Bradltr95 / spring-boot

Spring boot project for writing APIs and connecting to a DB using Docker.
MIT License
2 stars 0 forks source link

Finish Implementing RestAssured and TestNG to project for API testing Including Linting into CI/CD #16

Closed Bradltr95 closed 2 months ago

Bradltr95 commented 2 months ago

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