I am organizing my testing cases this way:
Considering that more and more recordings will be added to the "cases" folder, is there some method I can use in Program.cs to auto-loop and run all existing recordings in that folder?
For now after a new recording is added, I have to manually add something like: "recording_x.Start(); ", and this is making the Program.cs longer and longer...
thanks in advance
P.S. maybe my organization of testing cases is not good... could someone be nice to recommend a good way to organize the testing cases?