automation
Last updated
Was this helpful?
Last updated
Was this helpful?
This configuration section contains settings to configure synchronizing automated test cases.
Read more about synchronizing automated test cases in the concept description.
The following example shows the available options within this sub-section.
enabled
Specifies whether SpecSync should attempt to create automated test cases.
false
condition
Before v3.2 this setting had to be specified as skipForTags
where the excluded scenarios had to be specified.
After changing this setting, you need to use the --force
option once to update existing Test Cases. See note above.
all scenarios included
automatedTestType
Specifies the value to be used in the Automated test type field of the Test Case.
uses a strategy-dependent default value
testExecutionStrategy
Specifies the test execution strategy for the automated test cases. The assemblyBasedExecution
strategy can be used to document that the tests are executed by running them from .NET assemblies. The custom
strategy can be used for non .NET projects.
assemblyBasedExecution
A of scenarios that should be included in automation (e.g. not @manual or @automated
).
The options testSuiteBasedExecution
and testSuiteBasedExecutionWithScenarioOutlineWrappers
should only be used for suite based execution. See for details.