🎉 Announcing version 1.0 of the integration_test plugin, a simpler way to test your Flutter apps that also supports @Firebase Test Lab. Learn more on... ✅ Running on Firebase Test Lab ✅ Migrating from Flutter driver tests ✅ Native UI testing Read → goo.gle/3ouTml4
@FlutterDev @Firebase I don't remember exactly if it was integration or unit testing, but one the testing required x64 image of the os to run tests and it denied running the test eventhough I downloaded x64 image, x86 image was running fine, I use 64-bit OS with android studio
@FlutterDev @Firebase Can this be used to make HTTP requests from tests? So we could test our apps end-to-end from client to a real backend in case we want it. flutter_test blocks all HTTP requests by default.