include property
A filter for specific tests to run. If given, the extension should run all of the included tests and all their children, excluding any tests that appear in {@link TestRunRequest.exclude}. If this property is undefined, then the extension should simply run all tests.
The process of running tests should resolve the children of any test items who have not yet been resolved.
Implementation
_i2.List<_i3.TestItem>? get include => (_i5.getProperty(
this,
'include',
) as _i2.List?)
?.cast();