customizations
This configuration section contains settings for configuring customizations.
The customizations described here are Enterprise features.
The following example shows the available options within this section.
Available customizations
fieldDefaults
Enables setting default values to test case fields. Useful for custom Azure DevOps process templates. See Customization: Setting Test Case fields with default values for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| A list of key-value pair, where the key is the canonical name of the field to be updated (e.g. | mandatory |
customFieldUpdates
Enables updating test case fields that are normally not changed by SpecSync. See Customization: Update custom Test Case fields on push for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| A list of key-value pair, where the key is the canonical name of the field to be updated (e.g. | mandatory |
ignoreTestCaseSteps
Can ignore (leave unchanged) test case steps with a specific prefix. See Customization: Ignoring marked Test Case steps for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| An array of prefixes. The test case steps that start with any of the listed prefixes (case-insensitive) will be ignored by the synchronization. | mandatory |
ignoreTestCaseTags
Can ignore (leave unchanged) test case tags. See Customization: Ignoring Test Case Tags for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| An array of tag specifiers. The tag specifier can be a tag (e.g. | mandatory |
ignoreNotSupportedLocalTags
Can be used to specify supported tags. SpecSync will only synchronize the supported tags and ignore all others. See Customization: Ignore non-supported local tags for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| The list of local (scenario) tags that can be synchronized to Azure DevOps. The list can contain full tag names (e.g. | empty (no tags are supported) |
| The list of local (scenario) tags that cannot be synchronized to Azure DevOps. This setting cannot be used together with 'supportedTags'. The list can contain full tag names (e.g. |
|
tagTextMapTransformation
Can substitute characters or sub-strings in tags when synchronizing to Azure DevOps. E.g. underscores (_
) in scenario tags can be represented with spaces in Test Case tags. See Customization: Mapping tags for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| Character or substring replacement rules in 'X':'Y' format, where 'X' is a substring in Gherkin tag and 'Y' is a substring in Azure DevOps tag. | mandatory |
multiSuitePublishTestResults
Allows publishing test results to multiple Test Suites. See Customization: Publishing test results to multiple Test Suites for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| The ID of the test plan to search the test suites in. | mandatory |
| When set to |
|
| The list of test suites to additionally publish the test results to. | empty list |
| The name of the Test Suite | either |
| The ID of the Test Suite | 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 |
| When set to |
|
| When set to |
|
| Restricts the work item links to be considered for | all links are considered |
resetTestCaseState
Allows resetting Test Case state after change as a separate work item update based on tags. See Customization: Reset Test Case state after change for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| A state value (e.g. | mandatory |
| A local test case condition of scenarios that should be included for state change (e.g. | all scenarios included for state change |
addTestCasesToSuites
Allows including the synchronized Test Cases into various static Test Suites based on conditions. See Customization: Add Test Cases to Suites for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| The name or ID of the default Test Plan to search or create the test suites in. Can be overridden for specific suites. E.g. | all test plans are scanned through |
| The name of the Test Suite | either |
| The ID of the Test Suite | 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 |
| A local test case condition of scenarios for which the linked Test Case should be included in the Suite (e.g. | all scenarios are considered |
branchTag
Supports synchronization of scenarios on feature branches. See Customization: Synchronizing scenarios from feature branches for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| The tag prefix to be used for linking scenarios that are updated on a branch. E.g. the prefix | mandatory |
linkOnChange
Allows linking changed Test Cases to a work item or pull request, related to the change. See Customization: Automatically link changed Test Cases for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| The ID of the work item or pull request to link the Test Case to. Placeholders, like | mandatory |
| The type of the Azure DevOps work item the link refers to. It is verified at the time the link is established. | can link to any work item type |
| Specify the relationship for the created link. E.g. specifying |
|
| Specifies the HTTP link template of the related artifact (for | no template used |
synchronizeLinkedArtifactTitles
Allows synchronizing linked artifact (work item) titles back to the local test case tags in @story:123;This_is_the_story_title
format. See Customization: Synchronize linked artifact titles for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
| Specifies the work item links to be considered. | mandatory |
doNotSynchronizeTitle
Skips synchronizing the Test Case title field (System.Title
). See Customization: Do not synchronize title for details.
Setting | Description | Default |
---|---|---|
| Enables the customization. |
|
Last updated