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

[Enhancement] Add Logger Support to Identify Corresponding Worker for Each Test #28

Open
hainguyenh opened this issue Oct 3, 2024 · 0 comments

Comments

@hainguyenh
Copy link

First at all, thank you for your contribution, Typescript & Playwright is very new with me, but with your project is very helpful for newbie like me.

In the current logic, the console log displays all actions invoked through logger.info. However, when running tests in parallel mode, it becomes challenging to identify which test (or test suite) a specific log entry corresponds to.

Additionally, have you tested the case with data-driven scenarios? It seems that if tests are run in data-driven mode, the logger only logs for the first run, but does not log correctly for subsequent iterations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant