Allow users to open a specific execution by specifying an execution UID in the querystring of the URL for the workspace.
Currently, It pulls the execution data from the backend at pinata/executions/:executionID and then clear the querystring so that it is empty after opening the correct test.
This is the getStatemethod in src/services/storage-options/restApiService.js.
Allow users to open a specific execution by specifying an execution UID in the querystring of the URL for the workspace. Currently, It pulls the execution data from the backend at pinata/executions/:executionID and then clear the querystring so that it is empty after opening the correct test.
This is the getStatemethod in src/services/storage-options/restApiService.js.