Vampire commented on PR #181:
URL: https://github.com/apache/groovy-geb/pull/181#issuecomment-2825736529

   At least one thing was indeed an implementation bug that I just fixed.
   It can happen that `beforeTestClass` for test class A is run on a thread
   and next `beforeTest` (and thus test execution) for tests from class B are 
run on that thread
   as the browser is thread-local reused, the report group is still set to A 
while the test from B is run,
   so eventually the report is written to the wrong report group which is 
confusing and makes some tests flaky
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to