-
Notifications
You must be signed in to change notification settings - Fork 45
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
If I want to migrate from the integration_test API to flutter_convenient_test, what do I need to do? #404
Comments
Hi! Thanks for opening your first issue here! 😄 |
IMHO no. Just look at the tutorials, it mimics the standard Flutter test a lot. |
I must use the API provided by flutter_convenient_test instead of the integration_test API, otherwise the test steps and screenshots will not be visible in the convenient_test_manager. |
Oh if you mean this specific code then yes. I meant the logic is almost the same (e.g. "find a widget and tap it") |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
I was previously using integration_test and now want to try flutter_convenient_test. Will I need to make a lot of code changes? If the workload is too heavy, I might give up on using it.
The text was updated successfully, but these errors were encountered: