Skip to content
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

Open
zhanchen18 opened this issue Oct 9, 2024 · 4 comments

Comments

@zhanchen18
Copy link

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.

Copy link

welcome bot commented Oct 9, 2024

Hi! Thanks for opening your first issue here! 😄

@fzyzcjy
Copy link
Owner

fzyzcjy commented Oct 9, 2024

IMHO no. Just look at the tutorials, it mimics the standard Flutter test a lot.

@zhanchen18
Copy link
Author

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.

@fzyzcjy
Copy link
Owner

fzyzcjy commented Oct 15, 2024

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants