Related to: Why Lose some suite report when execute suite collection in console mode? - #10 by Andrei_Zaharia - Bugs Report - Katalon Community
OS: windows 10 (but I’m guessing it’s happening on all of them)
Katalon version: 5.6.0, 5.7.1 (but I’m guessing it’s happening on all of them)
Steps to reproduce
1. Create a test
2. Add the test to a test suite
3. Add the test suite to a test collection at least twice (e.g. add the same test suite on 3 different browsers)
4. Run the test collection from console mode; you have to set a reportFolder
Expected result:
Under the report folder from point 4 you will have three subfolders, each one containing the reports for each test suite and their name will be something like this:
20181010_174505
20181010_174510
20181010_174515
Actual result:
Under the report folder from point 4 there will be only two subfolders, because two of them were generated with same timestamp.
This issue is already been asked/answered(workaround) in other threads before
Gerard van der Winkel said:
This issue is already been asked/answered(workaround) in other threads before
for example see: Why Lose some suite report when execute suite collection in console mode? - Bugs Report - Katalon Community
But when running under console mode these reports are copied ALL to the SAME supplied -reportFolder WITHOUT using the original subfolders name of the TestSuite, resulting in overwritting reports due to same timestamp name.
Hi,
I have the same issues when executing test collections in Bamboo.
The solution you mentioned does not help in in this situation. Is there any other workaround?
Thanks