Hi,
I have multiple tests in a subfolder , I would like to run them sequentially and not parallel.
Currently when i run the test from this folder by using command line , it says "starting child process " for each test and then multiple browser window open up .Some test have inter dependencies because of Data .One test will make other test fail .
To solve this issue i would like to these tests in one folder one by one but giving the command just once .
Is there a way to do that ???
I am very new to this and all if the test are not coded but generated using
snaptest.io by recording .
Example :
Tests are lying in path c:/test
test1
test2
test3
test4
I want it to run in a sequence like test1 runs and finishes only then test2 starts etc ..
Currently of i run the test using command line , it runs all 4 of them in parallel .
i dont want that .
Hope i have asked the question clearly .