I need to run my app with build variants config. Like this
flutter run --flavor dev
I've added some integration_tests
, for running those I tried to use this command
flutter test integration_test/login_test.dart
How can I specify my build variants here while running tests?