m_essaid
10 years agoValued Contributor
Log.SaveResultsAs()
Hello, I have a project suite organized like this : ProjectSuite - ProjectA - Folder1 - ... about 20 scripts that are all one scenario - Folder2 - ... about 20 script...
- 10 years ago
The quickest way I see to do it is to have a main script that calls the contents of a folder. Then just run the main scripts and they would each have a log. This would work for me because we only use folders for organizing scripts for the user. We don't run them in the folder order.
For you it would be something like this:
Project Suite
Project A
Folder 1
Folder 2
MainScript1 (calls all scripts in Folder 1)
MainScript2 (calls all scripts in Folder 2)