Use Scenario Outline wrappers. SpecSync generates a special wrapper method, which wraps the execution of the individual Scenario.
1. Specify testSuiteBasedExecutionWithScenarioOutlineWrappers as test execution strategy in the synchronization/automation section of the configuration file.
{
...
"synchronization": {
...
"automation": {
"enabled": true,
"testExecutionStrategy": "testSuiteBasedExecutionWithScenarioOutlineWrappers"
},
...
},
...
}
2. Install the plugin, SpecSync SpecFlow, to the project as a NuGet package.
Want to become Azure Developer, check out this Azure Tutorial.
Are you looking to crack the Azure Certification Exam? Check out Intellipaat's Azure Online Training!