Generate tests for APIs
A tool that allows to:
✅ Enter the API URL
🔄 Choose the HTTP verb (GET, POST, PUT, DELETE, PATCH)
📄 Generate RestAssured Java test cases that validates amongst others status code such as 200, and also
error handling
for failed requests