-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support Migration Testing #1630
Comments
Installing a different app in the middle of a flow would break the current model which assumes the flow applies to one app. One possible workaround for y our use case is to split the flow in two, one with the old app, and then the second with the new app, and run them one after the other. |
Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a minimal, reproducible sample. When creating a new issue, please make sure to diligently fill out the issue template. Thank you for your contribution to our open-source community! |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it. Feel free to open a new issue with all the required information provided, including a minimal, reproducible sample. When creating a new issue, please make sure to diligently fill out the issue template. Thank you for your contribution to our open-source community! |
Is your feature request related to a problem? Please describe.
As a tester I want to make sure that the app still works after going from version x to version y of my app. A typical testflow is:
Describe the solution you'd like
Support is needed to install apps during the testflow and including when running in maestro cloud.
Describe alternatives you've considered
It is possible to install apks during tests with an appium testsuite and migrations can partly be tested with room integration.
Additional context
none
The text was updated successfully, but these errors were encountered: