dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Specify args for test runner #1097

Open averrin opened 7 years ago

averrin commented 7 years ago

We run tests with this command: pub run test -p "dartium" --pub-serve=8585 test/services/task_service_test.dart so, i want be able specify platform and port for this tests (global and per test like launch_config)