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
Post a Comment