Type alias RunTestsAsyncRequest
RunTestsAsyncRequest: { classNames?: string; classids?: string; maxFailedTests?: number; skipCodeCoverage?: boolean; suiteNames?: string; suiteids?: string; testLevel?: RunTestLevel; } | { maxFailedTests?: number; skipCodeCoverage?: boolean; testLevel?: RunTestLevel; tests: TestsNode[]; } Type declaration
Optional classNames?: string
Optional classids?: string
Optional maxFailedTests?: number
Optional skipCodeCoverage?: boolean
Optional suiteNames?: string
Optional suiteids?: string
Type declaration
Optional maxFailedTests?: number
Optional skipCodeCoverage?: boolean
tests: TestsNode[]