The timeout between the execution of run
commands
Get the properties of the Environment class
The properties of the Environment class
The environmental varibles that are defined in the environment which
commands are tested in. By default, process.env
is used. However,
if Environment is constructed with a custom env, that will be used
instead and process.env
will not be used.
Generated using TypeDoc
The current working directory that a command is tested in. Defaults to
process.cwd()