A proxy to the context for the currently-executing test run.
Remarks
Useful for getting a handle on the context when using arrow functions and thus
being unable to rely on the value of this. Only callable from the body of a
BeforeAll or AfterAll hook (will throw otherwise).
A proxy to the context for the currently-executing test run.