Hi guys, one question please. I’d like to execute from one master at least 2 or more group of testcases which belong to other suites. I added those suites in the Tab of “Helpers” to include the reference. I could run them using RunWithNewResults. I want to produce one log file per script executed and gather all those results in one single Result directory, the directory from the master that is calling all the other scripts from the other suites. I tried executing my tests but I get the log files separated, each of them in their Results folder from their individual suites.
Is there a way to change the Results directory during the execution using RunWithNewResults?
I did not find any explanation about this, Eggplant tutorial says only you can refer to the script and its parameters:
RunWithNewResults scriptName, parameters
I also saw in the tutorial there is one command that says setOption with which I can modify Global variables… but how do I modify the Results directory from the test that I will execute?
I think my solution could be to overwrite the value of a Results default variable, but I am not sure if this is possible and what variable.
Please let me know, how can I modify the Results folder using RunWithNewResults
PS: I saw this can be modified when you execute from command line.