issues
search
Bradltr95
/
spring-boot
Spring boot project for writing APIs and connecting to a DB using Docker.
MIT License
2
stars
0
forks
source link
Add initial Rest Assured and TestNG setup for API testing
#13
Closed
Bradltr95
closed
2 months ago
Bradltr95
commented
2 months ago
Summary
Added basic integration of Rest Assured and TestNG into the project.
Added TestNG dependency (7.9.0) for test framework setup.
Added Rest Assured dependency (5.4.0) for API testing support.
Set up an initial test class structure to validate the integration.
Next steps (future PRs):
Create sample API tests (GET, POST, etc.) to validate endpoints.
Configure testng.xml if needed for better test suite management.
Consider adding a TestNG listener for improved reporting.
Add a .yml file in the /.github/workflows folder to manage our CI/CD
Summary
Added basic integration of Rest Assured and TestNG into the project.
Next steps (future PRs):