You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to specify the test to be executed directly in the command?
I would like to execute only the unit test associated with the specified code file.
For Example: dart run mutation_test lib/code_file.dart -test lib/code_file_test.dart
Is it possible to specify the test to be executed directly in the command?
I would like to execute only the unit test associated with the specified code file.
For Example:
dart run mutation_test lib/code_file.dart -test lib/code_file_test.dart