testing - 'dart pub test' can you pass parameters that can be referenced in tests? -


dart/pub v1.10

can pass parameter 'pub run test -dkey=value' can referenced in test?

i'd strategy change test.data.yaml file (say user creds) passing parameter.

what idiomatic way accomplish in dart? shell script?

ideas?

passing parameters not supported , far know not planned. use environment variables pass parameters.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -