yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
69 stars 10 forks source link

fix : allow users to open a specific execution #181

Closed SmartWolf1220 closed 6 months ago

SmartWolf1220 commented 6 months ago

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.

SmartWolf1220 commented 6 months ago

@dacoaster , I have updated the code, please check and let me know.