remote
This configuration section contains settings for accessing the test cases on the remote Azure DevOps server.
The following example shows the most common options within this section.
Settings
The remote settings of the Azure DevOps project can also be specified in the knownRemotes section of one of the parent configuration file or in the user-specific configuration file. Check Hierarchical configuration files for details.
projectUrl
mandatory
authenticationMethod
The authentication method to be used for connecting to the remote server. Possible values: Interactive
, UserNamePassword
, PAT
, ServicePrincipal
automatically detect UserNamePassword
or PAT
user
interactive prompt
password
interactive prompt
tenantId
Only for ServicePrincipal
authentication method: specify the Microsoft Entra Tenant ID.
Mandatory for ServicePrincipal
authentication method
authenticationCertificateThumbprint
Only for ServicePrincipal
authentication method: specify the thumbprint of the client certificate to be used for authentication. The certificate has to be saved to the Personal certificate store.
client secret (password
) is used
securityProtocol
The security protocol to be used for the remote connection (Ssl3
, Tls
, Tls11
, Tls12
).
system default
ignoreCertificateErrorsForThumbprint
SSL is verified by the OS
testSuite
test cases are not included in a test suite
testSuite/name
The name of the Test Suite. For suites with non-unique names, please use the testSuite/id
or testSuite/path
setting.
either name
, id
or path
is mandatory
testSuite/id
The ID of the Test Suite as a number.
either name
, id
or path
is mandatory
testSuite/path
The path of the Test Suite from the root of the Test Plan, separated by /
(e.g. Ordering/Card Payment
).
either name
, id
or path
is mandatory
testSuite/testPlanId
Deprecated, use 'testPlan' instead.
not specified
testSuite/testPlan
The name or ID of the Test Plan to search or create the test suite in, e.g. My Plan
or #1234
. (Optional, improves performance)
not specified
azureDevOps
Azure DevOps server configuration settings.
testCaseWorkItemName
— The name of the Test Case work item in a localized Azure DevOps process (Default:Test Case
)testSuiteWorkItemName
— The name of the Test Suite work item in a localized Azure DevOps process (Default:Test Suite
)
uses default AzureDevOps server settings
Last updated
Was this helpful?