runTestsAsync
Runs all tests in this scope asynchronously (used by runTestsAsync()).
runTestsAsync(timeout?: number): Promise<TestResultsData>
Related
- class TestScopeA class that represents a test scope, containing a number of test cases.
Runs all tests in this scope asynchronously (used by runTestsAsync()).
runTestsAsync(timeout?: number): Promise<TestResultsData>