Web devices are not supported for integration tests yet

Integrations

I have added a test case for my app downloaded the code and tried to run on my local PC .Whenever I run this command "flutter test integration_test/test.dart" but the error comes up "Web devices are not supported for integration tests yet."

How to go ahead with the issue.

What have you tried so far?

Buit a test case file through flutterflow this created the test file into integration_test.

Downloaded the code to my local PC.

Installed necessary SDK and extensions in the VS Code.

took help from this video to build test file - https://www.youtube.com/watch?v=_NU01JEPSe0

Did you check FlutterFlow's Documentation for this topic?
Yes
4