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.
Settings
useExpectedResult
If set to true
, Then steps will be synchronized to the Expected result field of the test case steps.
false
emptyActionValue
Specifies the value to be used synchronizing a Test Case step with an empty action result value. Can only be used with useExpectedResult
.
field remains empty
emptyExpectedResultValue
Specifies the value to be used synchronizing a Test Case step with an empty expected result value. Can only be used with useExpectedResult
.
field remains empty
syncDataTableAsText
If set to true
, Data Tables will be synchronized as plain text instead of HTML tables.
false
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