format

This configuration section contains settings to configure the format of the synchronized test case.

Read more about the test case format options in the Configuring the format of the synchronized test cases concept description.

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

{
  ...
  "synchronization": {
    ...
    "format": {
      "prefixBackgroundSteps": true,
      "prefixTitle": true,
      "showParameterListStep": "whenUnusedParameters"
    }
  },
  ...
}

Settings

Setting
Description
Default

prefixBackgroundSteps

If set to true, Background steps will be synchronized with the Background: prefix.

true

prefixTitle

If set to true, test case title will be synchronized with the Scenario: or Scenario Outline: prefix.

true

showParameterListStep

Specifies whether an additional test case step should be synchronized that list the Test Case iteration parameters. Available options: always, never and whenUnusedParameters.

whenUnusedParameters

Last updated