Brian Egan - Testing in Flutter Unit, Widget, and integration tests - Flutter Warsaw #11

preview_player
Показать описание
Flutter Warsaw Meetup #11

After watching this video you should be able to have a firm understanding of the types of tests available for Dart and Flutter, when to use each type of test, and pick up some tips and tricks along the way to help keep your tests easy to read and maintain.

Join our Meetup!

Join us as a Speaker!
Рекомендации по теме
Комментарии
Автор

Hey can you do a video on "integration testing" with flutter application for web application

robinz
Автор

Hi is there a way to create test reports for integration tests

arjunp
Автор

I think the integration testing is still not great for Native platforms as it is going to interact with Java/Kotlin and Objective-C/Swift. Mocking those Apis would also be an alternative to satisfy for those. Take google sign in or Facebook sign in. Others like camera or location that needs permission. The approach for this would be to accept the permissions ahead before flutter driver comes.

vinceramces