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

SettingDescriptionDefault

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

Sets the conflict resolution method for pull. Possible values: forceOverride, interactive, skip, error, ignore. See Synchronization conflict resolution for details.

interactive

pagesynchronizationpageConfiguration reference

Last updated