$ flutter test test/mytest.dart
$ flutter test –name=”smoke\d+”
$ flutter test –plain-name=smoke
$ flutter test –name=”smoke.*” –plain-name=test

additional : –coverage

flutter analyze (accepts a list of directories to scan Dart files)

$ flutter test –start-paused test/simple.dart

–j
–concurrency
–pub/ –no-pub