TestRunnerSettings.

EndPoint Property

Summary

Specifies the endpoint to be used in test requests. The specified endpoint should include the protocol part (for example, https://).

This argument overrides the endpoints you have specified for test steps in your project.See the -h argument description.

Note: The runner ignores this parameter if Environment is specified.In this case, the endpoint is taken from the environment settings.

Syntax

public string EndPoint { get; set; }

Value

Type Description
string