push
{
...
"synchronization": {
...
"push": {
"conflictResolution": "interactive"
},
...
},
...
}Settings
Setting
Description
Default
Last updated
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"
},
...
},
...
}conflictResolution
Sets the conflict resolution method for push. Possible values: overwrite, overwriteWithWarning, interactive, skipWithWarning, skip, error. See Synchronization conflict resolution for details.
overwrite
Last updated