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.
Setting | Description | Default |
---|---|---|
| The full URL of the Azure DevOps or VSTS project (including project collection name if necessary). Must not include project team name: for multi-team projects the root project URL has to be specified. See What is my Azure DevOps project URL for details. | mandatory |
| The authentication method to be used for connecting to the remote server. Possible values: | automatically detect |
| The Azure DevOps user name or personal access token (PAT) to be used for authentication. For | interactive prompt |
| The password to be used for authentication. For | interactive prompt |
| Only for | Mandatory for |
| Only for | client secret ( |
| The security protocol to be used for the remote connection ( | system default |
| The thumbprint of the server certificate that should be treated as trusted. It is recommended to install trusted certificates on the operating system instead of using this setting. See related Troubleshooting entry for details. | SSL is verified by the OS |
| Specifies a test suite within the Azure DevOps project as a target container of the synchronized test cases. If the test suite is specified, SpecSync will add the synchronized test cases to it for | test cases are not included in a test suite |
| The name of the Test Suite. For suites with non-unique names, please use the | either |
| The ID of the Test Suite as a number. | either |
| The path of the Test Suite from the root of the Test Plan, separated by | either |
| Deprecated, use 'testPlan' instead. | not specified |
| The name or ID of the Test Plan to search or create the test suite in, e.g. | not specified |
| Azure DevOps server configuration settings.
| uses default AzureDevOps server settings |
Last updated