aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
105 stars 83 forks source link

Adding custom arguments to test command #84

Open PiotrMitkowski opened 3 years ago

PiotrMitkowski commented 3 years ago

Hi! It would be really nice if there was an option to provide custom arguments to test command. For my use case, I would like to run the tests with sound null safety disabled: flutter test --no-sound-null-safety, but maybe it will be worth adding more generic setting for a broader group of users.