MicroFocus / ADM-FT-ToolsLauncher

Other
12 stars 8 forks source link

Only two test report folders are kept and always owerwritten #5

Closed soleverxu closed 3 years ago

soleverxu commented 3 years ago

MF internal defect ID: 527222, 527243, 529204

How to reproduce

  1. Create or use a GUI test
  2. Remove all existing report folders under GUI test folder like Report1, Report2
  3. Run the GUI test twice, you will find the Report1 folder and Report2 folder created
  4. Run the GUI again (this is the third time), there is no Report3 folder and Report2 folder is overwritten
  5. In the summary JUnit report, the testcase report path always ends with Report folder

Expected behaviors

Always generates a new report folder for each test run, naming with index as prefix or append timestamp as prefix.