pull

This configuration section contains settings to configure the pull behavior.

Read more about the pull behavior in the Two-way synchronization concept description.

The two-way synchronization is an Enterprise feature.

The following example shows the available options within this sub-section.

{
  ...
  "synchronization": {
    ...
    "pull": {
      "enabled": true,
      "enableCreatingScenariosForNewTestCases": false,
      "conflictResolution": "interactive"
    },
    ...
  },
  ...
}

Settings

Last updated