TestRunRequest

constructor(include: ReadonlyArray<TestItem> = definedExternally, exclude: ReadonlyArray<TestItem> = definedExternally, profile: TestRunProfile = definedExternally, continuous: Boolean = definedExternally, preserveFocus: Boolean = definedExternally)(source)

Parameters

include

Array of specific tests to run, or undefined to run all tests

exclude

An array of tests to exclude from the run.

profile

The run profile used for this request.

continuous

Whether to run tests continuously as source changes.

preserveFocus

Whether to preserve the user's focus when the run is started

Online Documentation