Visual Studio 2017 C#
I have found that running a scenario outline it will run the test multiple times, so when i build and i can see in the test runner all the tests from the examples lines. When i execute one of these tests, it seems to execute every single example and line when I ran the single test not the parent group.
This is also happening in the Jenkins jobs created for it where it checks out a fresh copy of the code builds and executes. the job took 7 hours because each line is running every test so if I had 10 lines it would 100 times because each line would run 10 times which means each test is executed 10 times.
How is this happening and how do you prevent it.