TestRunner constructor
TestRunner({})
Implementation
TestRunner({
required this.testSuitePath,
// required this.mode,
this.useInternalTests = false,
this.logDirPath = 'test-logs',
this.verbose = false,
this.parallel = false,
this.parallelJobs = 4,
this.filterPattern,
this.categories = const [],
this.skipList = const [],
});