@cucumber/cucumber
    Preparing search index...

    Variable contextConst Beta

    context: IContext<any> = ...

    A proxy to the context for the currently-executing test run.

    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).