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
Description
This is more of a question than an issue. But with a more complex application there are a number of scenarios that modify the application state in a way that persists across app starts, such as enabling/disabling things in settings or even logging in.
Is there a way to uninstall/reset the app between flows and if there is not: Should there be one? Would this be a custom action?
The text was updated successfully, but these errors were encountered:
This would be an extension on Fluttium (#197) which I hope to tackle soon.
As installing/uninstall is not a multi platform concept, for instance on Linux nothing gets installed you just have an executable, so it would only be something that would work for some platforms.
But this should for sure be possible! So I am turning this into a feature request, thank you for opening this issue <3
wolfenrain
changed the title
docs: Is there a way to reset/uninstall the application between flows
feat: reset/uninstall the application between flows
Mar 7, 2023
Right now, we use Maestro to test our app. It has launchApp, stopApp, and clearState commands. I would gladly have something like this used between tests (so each test is not persistent) and have the ability to use them in a test so I can test functionality after restart etc.
Description
This is more of a question than an issue. But with a more complex application there are a number of scenarios that modify the application state in a way that persists across app starts, such as enabling/disabling things in settings or even logging in.
Is there a way to uninstall/reset the app between flows and if there is not: Should there be one? Would this be a custom action?
The text was updated successfully, but these errors were encountered: