wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter
https://fluttium.dev
MIT License
361 stars 10 forks source link

feat: i can not specify flavors for android for running a test #410

Closed Dustec closed 5 months ago

Dustec commented 5 months ago

Description

I tried to make PoC by my own, but my project has configured flavors. I get this error while trying to run a test for an Android Emulator:

Screenshot 2024-04-02 at 4 30 57 p m

I think its because there is no flavor specified when the flutter run android command is executed.

Requirements

Additional Context

Add any other context or screenshots about the feature request go here.