state

This configuration section contains settings to configure how the test case state field should be updated. See Setting Test Case State on change for details.

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

{
  ...
  "synchronization": {
    ...
    "state": {
      "setValueOnChangeTo": "Design",
      "condition": "@ready"
    },
    ...
  },
  ...
}

Settings

Last updated