-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add create, update, delete test #75
Conversation
Should we add update and delete for this also? Since we can also update and delete a question. Also I noticed that there could be a slight issue if the input and output contains |
feat: update frontend ui for testcases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
POST /tests
To create a new test case, run the following command:
PUT /tests/{questionDocRefId}
To update an existing test case from an existing question, run the following command:
DELETE /tests/{questionDocRefId}
To delete an existing test case from an existing question, run the following command:
curl -X DELETE http://localhost:8083/tests/{questionDocRefId} \ -H "Content-Type: application/json"