Hello,
We are learning widget testing and come across this advise:
When we try to run our widget test using flutter run test/your_test.dart, it appeared smaller in the device and not the actual size of the app when installed on an actual device.
Why isn't the app appearing on its actual size when widget test is run?
Additional question: is it possible to run integration test and widget test on the same installed build?
Thank you.