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
The User API endpoint exposes a set of publicly accessible API endpoints that allows callers to perform operations with users. We want to add e2e tests that checks the API endpoints function correctly
Requirements & Criteria
Tests are written within api-gateway/tests/app.e2e-spec.ts
Tests cover cases of invalid input (with appropriate exception/error checking)
Tests cover cases of correct input
Tests cover all API endpoints (get, link project, create, set type)
NOTE: The full test-suite for any package can be run in the root directory of the project by running yarn test:e2e:[service-name]
The text was updated successfully, but these errors were encountered:
tmthecoder
changed the title
Write tests for User Creation API Endpoint
Write tests for User API Endpoint
Oct 31, 2023
Write Tests for User API Endpoint
Context
The User API endpoint exposes a set of publicly accessible API endpoints that allows callers to perform operations with users. We want to add e2e tests that checks the API endpoints function correctly
Requirements & Criteria
api-gateway/tests/app.e2e-spec.ts
NOTE: The full test-suite for any package can be run in the root directory of the project by running
yarn test:e2e:[service-name]
The text was updated successfully, but these errors were encountered: