push

This configuration section contains settings to configure the push behavior.

Read more about the push behavior in the Pushing scenario changes to Test Cases concept description.

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

{
  ...
  "synchronization": {
    ...
    "push": {
      "conflictResolution": "interactive"
    },
    ...
  },
  ...
}

Settings

SettingDescriptionDefault

conflictResolution

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

forceOverride

pagesynchronizationpageConfiguration reference

Last updated