How can I remove and reinstall the app before launching tests #583
-
For some flows, I need to test under the condition of a fresh install. I can do that for sure via scripts, but is there any step in Maestro DSL that I can do it inside the flow yaml? |
Beta Was this translation helpful? Give feedback.
Answered by
axelniklasson
May 26, 2023
Replies: 1 comment
-
Hi @gxs-antran! There is no reinstallation command in maestro but you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
axelniklasson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gxs-antran! There is no reinstallation command in maestro but you can use
clearState
along withlaunchApp
to clear the app state - docs here. If that doesn't work for you, please file a feature request here. Thanks!