Add a test to this suite.
Run fn(test[, done]) after running tests.
Run fn(test[, done]) after running tests.
Run fn(test[, done]) after running tests.
Run fn(test[, done]) after running tests.
Run fn(test[, done]) after each test case.
Run fn(test[, done]) after each test case.
Run fn(test[, done]) after each test case.
Run fn(test[, done]) after each test case.
Get whether to bail after first error.
Set whether to bail after first error.
Run fn(test[, done]) before running tests.
Run fn(test[, done]) before running tests.
Run fn(test[, done]) before running tests.
Run fn(test[, done]) before running tests.
Run fn(test[, done]) before each test case.
Run fn(test[, done]) before each test case.
Run fn(test[, done]) before each test case.
Run fn(test[, done]) before each test case.
Return a clone of this Suite.
Iterates through each suite recursively to find all tests. Applies a
function in the format fn(test).
Return the full title generated by recursively concatenating the parent's full title.
Check if this suite or its parent suite is marked as pending.
Get number of times to retry a failed test.
Set number of times to retry a failed test.
This will run the root suite if we happen to be running in delayed mode.
Get slow ms.
Set slow ms or short-hand such as "2s".
Get timeout ms.
Set timeout ms or short-hand such as "2s".
Return the title path generated by recursively concatenating the parent's title path.
Return the total number of tests.
Create a new Suite with the given title and parent Suite. When a suite
with the same title is already present, that suite is returned to provide
nicer reporter and more flexible meta-testing.
Generated using TypeDoc
Add a test
suite.