Optionalparent: anyOptionaloptions: any = {}Options bag propagated from run(). See the OPTIONS schema in src/util/options.js.
StaticSTATS_Dispatches a synthetic event event to target and returns true if either event’s cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Evaluate the result of the test
Evaluate whether the test passed or failed
Evaluate whether a thrown error is as expected
Evaluate whether the test took too long (for tests with time constraints)
Get a summary of console messages intercepted during the test run.
Optionalo: { format?: "rich" | "plain" } = {}Options
Optionalformat?: "rich" | "plain"Format to use for output. Defaults to “rich”.
Get a string representation of the test result
Optionalo: anyGet a summary of the current status of the test
Optionalo: { format?: "rich" | "plain" } = {}Options
Optionalformat?: "rich" | "plain"Format to use for output. Defaults to “rich”
Run the test(s)
Run all tests in the group
Skip the test
Returns a string representation of an object.
Staticwarn
Represents the result of a test or group of tests.