Interface: TimeSkippingServerConfig
testing.TimeSkippingServerConfig
Configuration for the time-skipping test server.
Properties
executable
• Optional
executable: EphemeralServerExecutable
extraArgs
• Optional
extraArgs: string
[]
Extra args to pass to the executable command.
Note that the Test Server implementation may be changed to another one in the future. Therefore, there is
no guarantee that server options, and particularly those provided through the extraArgs
array, will continue to
be supported in the future.
port
• Optional
port: number
Optional port to listen on, defaults to find a random free port.
type
• type: "time-skipping"