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? |
Answered by
axelniklasson
May 26, 2023
Replies: 1 comment
|
Hi @gxs-antran! There is no reinstallation command in maestro but you can use |
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
clearStatealong withlaunchAppto clear the app state - docs here. If that doesn't work for you, please file a feature request here. Thanks!