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

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

python - TypeError: start must be a integer -

html - href attribute breaking an element -