testFilePath property
Set this if you want to run only a specific test file.
Path should be relative (e.g. test/my_test.dart
)
Implementation
final String? testFilePath;
Set this if you want to run only a specific test file.
Path should be relative (e.g. test/my_test.dart
)
final String? testFilePath;