You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop an API test suite to test the Appointment back end APIs. For a list of endpoints / APIs to be tested refer to the automatically generated OpenAPI documentation (start the Appointment back end locally and browse to http://localhost:5173/docs).
The text was updated successfully, but these errors were encountered:
Update: After a closer look at the existing backend integration tests I see that the integration tests use the APIs and exercise them quite thoroughly, including in negative conditions (401, 403, 404, 422's, etc). Therefore I really don't see the need to develop a separate API test suite as that would duplicate much of the existing integration tests. So instead I'm going to review the integration tests (against the backend API documentation) and just ensure that the integration tests cover all of the backend API endpoints thoroughly, and update the integration tests if I see anything missing. Will change this issue title accordingly.
rwood-moz
changed the title
Develop an API test suite for the back end APIs
Review backend integration tests and ensure all API endpoints are covered
Jan 10, 2025
Develop an API test suite to test the Appointment back end APIs. For a list of endpoints / APIs to be tested refer to the automatically generated OpenAPI documentation (start the Appointment back end locally and browse to http://localhost:5173/docs).
The text was updated successfully, but these errors were encountered: