TestRunRequest$Typings extension
Properties
-
continuous
→ bool
-
Whether the profile should run continuously as source code changes. Only
relevant for profiles that set {@link TestRunProfile.supportsContinuousRun}.
no setter
-
exclude
→ List<TestItem>?
-
An array of tests the user has marked as excluded from the test included
in this run; exclusions should apply after inclusions.
no setter
-
include
→ List<TestItem>?
-
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.
no setter
-
profile
→ TestRunProfile?
-
The profile used for this request. This will always be defined
for requests issued from the editor UI, though extensions may
programmatically create requests not associated with any profile.
no setter