I'm using browserstack to run a parallel test. However, this particular test contains two parts: first I have to run a simple part of the test, non parallel, and after that I run the parallel test.
My problem is that I'd like to join all that into one automate test, but I can't do that because of the following: In order to run the parallel test I either have to run it using Run Configurations and specify the xml linked to it or run it from the xml file itself.
So, anyone that could help me on that? If I'm trying to do something impossible I'd appreciate to know it too!