No you cannot run a Flutter Web application in the mobile browser locally, if you want to test your application with a mobile format you can simulate it from a Google Chrome browser by enabling device toolbar from the developer tools Ctrl+Shift+M .
Read moreWhat is test in Flutter?
Automated tests help ensure that your app performs correctly before you publish it, while retaining your feature and bug fix velocity. Note: For hands-on practice of testing Flutter apps, see the How to test a Flutter app codelab. … A unit test tests a single function, method, or class.
Read moreHow do you write a test in Flutter?
Add the test or flutter_test dependency. Create a test file. Create a class to test.
Read moreHow do I test my Flutter app?
Run the app
Read moreHow do I test my Flutter app on my Android?
Set up and deploy Flutter apps on your Android device
Read moreCan I test Flutter app by Appium?
If you are using a mobile device then put the device name in place of the Android Emulator. In this way, we can write and test, test cases with appium-flutter-driver to test flutter application.
Read more