How do I control the specflow execution sequence
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I need to control the execution sequence of a suite of specflow tests. I know this is not advised because each test should be completely independent. But each test involves a common ETL step that takes from 5 to 30 minutes depending on data volumes. So I need to split each test in two, run all the pre ETL steps then do the ETL once and finally complete the tests. How do I implement that?
Ger