rooibos icon indicating copy to clipboard operation
rooibos copied to clipboard

Logs related to async test groups log as sync

Open chrisdp opened this issue 1 year ago • 0 comments

When running async tests there are logs like the flowwing:

>>>>>> It: loginUser handled bad login error>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  Location: AuthManager.spec._(75)
<<<< END It: loginUser handled bad login error (PASS) <<<<<<<<<<<<<<<<<<<<<<<<<<

However this test was started but not completed. As a result this will aways log PASS as the default state returned is a pass. We should update the logging to better reflect the state of the tests. Also when async it might be useful to include how long it took to complete that particular it group.

chrisdp avatar Jan 20 '24 17:01 chrisdp