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?
I recently migrated my integration_test to the "new version" with the next dependencies:
It was very frustrating to have flavours enabled but not be able to run the integration test as the oficial documentation says (by using the command:
The only way i found to "run" the test with the --flavor thing was by running: