ReadonlyannotateAdd a test annotation that will be displayed by your reporter.
ReadonlyonRegister a callback to run when this specific test fails. Useful when tests run concurrently.
ReadonlyonRegister a callback to run when this specific test finishes. Useful when tests run concurrently.
ReadonlysignalAn AbortSignal that will be aborted if the test times out or
the test run was cancelled.
ReadonlyskipMark tests as skipped. All execution after this call will be skipped. This function throws an error, so make sure you are not catching it accidentally.
ReadonlytaskMetadata of the current test
User's custom test context.