diff --git a/README.md b/README.md index 135b542..3383a65 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Current automated coverage includes: The required access-control test is covered by `NoteRetrievalControllerTest.getNoteReturnsNotFoundForUnsharedNoteOwnedByAnotherUser`, which creates a note as one user, authenticates as a different user, and asserts that the second user receives `404 Not Found` for the unshared note. -Given time, more automated tests would be done and a full coverage analysis would be in order. +Additional production-grade coverage would include update/delete/share mutation tests, PostgreSQL integration tests, and coverage reporting. A React app located at https://git.seanstarkey.dev/starkey/notes was also used for manual API testing. It exercises the API from a client perspective and displays REST requests/responses for debugging. It runs in a Docker container. This app was worth the investment because of the problems I had with some REST communications.