-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[QUESTION] How can we use Istanbul code coverage in Playwright? #20459
Comments
Not sure I'm answering your question, but:
those are API calls that you will call from beforeEach/afterEach. Not sure what global is! |
@pavelfeldman Can I use |
You can definitely use global-setup and teardown, but I am not sure how this is related to the code coverage. |
Let me fold this into #7030 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using
Istanbul
with WebdriverIO to generate the automation tests code coverage, check below. How can we implement same in playwright? I am not if we can declareglobal
in playwright.The text was updated successfully, but these errors were encountered: