website icon indicating copy to clipboard operation
website copied to clipboard

Update the How to test a Flutter app codelab

Open vicajilau opened this issue 8 months ago • 3 comments

What information needs to be added?

In the How to test a Flutter App codelab we can see UI testing with the flutter_driver package. Following the documentation below we should migrate to the integration_test package.

Where should this new content appear?

I think it is a question of updating the codelab so that they do not get confused during their test learning in Flutter.

I would like to fix this problem.

  • [X] I will try and fix this problem on docs.flutter.dev.

vicajilau avatar Nov 29 '23 07:11 vicajilau

Hi @vicajilau At step 7 in the codelabs, I see it used integration_test already. Could you be more specific on which steps from codelabs should be updated?

huycozy avatar Nov 29 '23 11:11 huycozy

Hi @huycozy. At step 2 in the codelabs. You can see it below:

image

And also here:

image

This is a confusing recommendation if it is not to be used later. Don't you think?

vicajilau avatar Nov 29 '23 15:11 vicajilau

I'm not sure about the need for flutter_driver to write a performance test (step 7) (I don't see this part in the migration guide). Labeling this issue for other's input. Thank you!

huycozy avatar Dec 04 '23 12:12 huycozy