retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Allow specifying the location to load/save state machines #26

Open tdauth opened 5 years ago

tdauth commented 5 years ago

We need to use a specific location where the state machines are stored and loaded from. This is also required for database backends. Otherwise, the user of the API does not know how to load persisted state machines from previous runs and extend them. It will help Surili to get the existing state machines and to save them by specifying the appKey only.