You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
I'm running several tests in parallel and writing to the same report instance (singleton).
Each test gets new instance of ExtentTest.
I'm using the Flush command only once for each test end.
The problem is that the Flush command is writing to the report multiple same screenshot in single entry as the number of ExtentTests running and using MediaEntityBuilder.CreateScreenCaptureFromPath(fullPath).Build().
The problem is only with screenshots - not string entries.
I had the same problem when i ran my tests asynchronous but the following workaround fixed it: #58
Appriciate for help.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HI,
I'm running several tests in parallel and writing to the same report instance (singleton).
Each test gets new instance of ExtentTest.
I'm using the Flush command only once for each test end.
The problem is that the Flush command is writing to the report multiple same screenshot in single entry as the number of ExtentTests running and using MediaEntityBuilder.CreateScreenCaptureFromPath(fullPath).Build().
I had the same problem when i ran my tests asynchronous but the following workaround fixed it: #58
Appriciate for help.
Thanks.
The text was updated successfully, but these errors were encountered: