testFilePath property

String? testFilePath
final

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;