Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs related to async test groups log as sync #257

Open
chrisdp opened this issue Jan 20, 2024 · 0 comments
Open

Logs related to async test groups log as sync #257

chrisdp opened this issue Jan 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chrisdp
Copy link
Collaborator

chrisdp commented Jan 20, 2024

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 chrisdp added the enhancement New feature or request label Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant