Global

Type Definitions

TestMachineOptions

Source:
Properties:
Name Type Description
prefix String

inserted before the name of generated machines. Defaults to test-.

sshTimeout Number

the duration to wait for new SSH connections to complete, in milliseconds. Defaults to 2 minutes.

sshUser null | String

if provided, specifies a remote user to connect to. If in CI, defaults to ci. otherwise not provided (and uses a default).

Type:
  • Object