Specifies how automation wrapper methods should be generated for synchronizing scenario outlines to automated test cases. Available options: iterateThroughExamples. (Default: iterateThroughExamples)
iterateThroughExamples -- the generated wrapper method iterates through the examples and runs the test for each. A failure of an iteration does not block the remaining iterations. Running the test cases through this wrapper in Azure DevOps generates a single entry in the report, but the details of the entry contain all executed data set.