Configuring the format of the synchronized test cases
The format of the synchronized test cases can be changed with the following options.
Note: SpecSync normally does not update the test case if the scenario text has not been changed. This can cause a problem when you change the formatting options, because you will not see the result of the changes. In this case, you can force the synchronization by specifying the --force
option.
- To synchronize
Then
steps to the expected results column of the test case steps, use the--useExpectedResult
option. - To synchronize data tables as plain text, specify the
--syncDataTableAsText
option. - To skip adding the Background: prefix for background steps, specify the
--doNotPrefixBackgroundSteps
option.