Variable worldConst Beta

world: IWorld<any> = ...

A proxy to the World instance for the currently-executing test case

Remarks

Useful for getting a handle on the World when using arrow functions and thus being unable to rely on the value of this. Only callable from the body of a step or a Before, After, BeforeStep or AfterStep hook (will throw otherwise).

Generated using TypeDoc