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

Setting
Description
Default

enabled

Enables changing the scenarios in the local repository based on the remote test cases.

false

enableCreatingScenariosForNewTestCases

Enables creating new scenarios from test cases that are not linked to any scenarios yet.

false

conflictResolution

interactive

Last updated