yatt-ai / yattie

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

fix : allow users to open a specific execution #181

Closed MOONSTAR1220 closed 2 months ago

MOONSTAR1220 commented 2 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.

MOONSTAR1220 commented 2 months ago

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