pub fn start(port: u16) -> LauncherResult<ServerHandle>Expand description
Download (if needed) and start a MockServer on the given port.
Returns a ServerHandle that can be used to stop the server. The
process inherits stdout/stderr by default so logs are visible.