katalon-studio / katalon-testops

Manage automation results, like you test it manually
https://www.katalon.com/testops/
12 stars 18 forks source link

Start Time Zone and Duration in Email Notification Report not Aligned with TestOps for Parallel Execution #188

Open wanahmadsyafiq90 opened 3 years ago

wanahmadsyafiq90 commented 3 years ago

Steps to Reproduce:

  1. Pre-requisites: Make sure to enabled email notification in TestOps setting
  2. Run parallel execution.
  3. Compare the Start Time Zone and Duration on Email Notification Report with TestOps Report

Expected behavior: Report from email notification should display the same info as in TestOps as below: Start Time: 08/25/2021 14:02:XX Duration: 34m 1s

Screenshots:

Report from TestOps: image

Report from Email Notification: image

Remarks: The duration displayed in TestOps reporting are more accurate as the duration for parallel execution should be based on Test Suites Collection execution duration/time (34m 1s) instead of cumulative of Test Suites execution duration/time(1h 31m 37s).