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
Implement a feature in the existing API service to fetch the overview of a specific test case from the TestOps API and extract the "deleted" status from the response. Ensure that test cases marked as deleted do not display on the frontend.
Requirements
Create a new method to fetch test case overview data.
The new method should send a GET request to the following URL: https://soramitsu.testops.cloud/api/testcase/{id}/overview
Objective
Implement a feature in the existing API service to fetch the overview of a specific test case from the TestOps API and extract the "deleted" status from the response. Ensure that test cases marked as deleted do not display on the frontend.
Requirements
https://soramitsu.testops.cloud/api/testcase/{id}/overview
{id}
with the actual test case ID provided to the method like this https://soramitsu.testops.cloud/api/testcase/27/overviewdeleted
field.The text was updated successfully, but these errors were encountered: