wolfenrain / fluttium

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

feat: Support more of the options that are available when calling flutter run #388

Open k-ane opened 8 months ago

k-ane commented 8 months ago

Right now I can't run tests with the following which is blocking me in some cases:

Would we be able to get them added as options in the fluttium.yaml as well as when running tests?

mrgnhnt96 commented 7 months ago

Without --dart-define-from-file, using fluttium will be a bit cumbersome..

wolfenrain commented 6 months ago

Yes that would be quite useful indeed! Shouldn't be hard to add either as both the YAML config and the CLI are pretty straight forward in how they add parameters if anyone wants to try.

I am not sure when I'll get to it myself as I am trying to refocus on #293