feat(cucumberDeleteUser): implement delete user functionality and cor…#65
feat(cucumberDeleteUser): implement delete user functionality and cor…#65
Conversation
4ef3177 to
5df86d6
Compare
There was a problem hiding this comment.
Pull request overview
Adds Cucumber coverage for the /random-users/{id} DELETE flow (delete after create, and delete non-existent user) in the existing Spring Boot integration test setup.
Changes:
- Add a new Cucumber feature for deleting users.
- Add step definitions for DELETE and “GET after delete”.
- Add a SpringIntegrationTest helper for executing DELETE requests.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/test/resources/features/delete_user.feature | New feature scenarios for deleting an existing and a non-existing user |
| src/test/java/feature/StepDefinition.java | New Cucumber steps to issue DELETE requests and verify behavior after deletion |
| src/test/java/feature/SpringIntegrationTest.java | Adds executeDelete() helper used by step definitions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.





…responding tests