-
Notifications
You must be signed in to change notification settings - Fork 5
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
Resolve module issue and missing data folder #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @anooprav7 - just a note that this fix was also needed. We ran into this issue too and I pulled this into my fork, but not the PR I submitted. |
Ok, checking that now. Thanks |
@anooprav7 I think I'm running described above. I took your 0.2.1 version. It now at least doesn't fail when the folders are missing, but am finding that some tests are missing in the merged report. It also now finds the playwright-core module. |
@mstepin new package version |
Hi @anooprav7 thanks for the fix. I tried it today, and at least no tests are missing on the summary. However drilling into tests in a merged report still results in a blank page. |
In addition videos and screenshots are not available on merged reports for failed tests. EDIT: |
Thanks again for all of your work on this @anooprav7! |
Apologies, I tested the changes locally and they all worked, as I have node 14 locally. This change unfortunately breaks things for us in CI as it makes it no longer node 12 compatible (which is what we have in CI) as it uses ECMA2020 features such as the nullish coalescing syntax
|
I do appreciate all the work that has gone into this though. Thanks everyone. |
First, thanks for the helpful package!
This PR resolves two issues:
data
folder may not be present if no screenshots or traces were captured.playwright-core
may not exist in the specified location. Instead, this package will now findplaywright-core
directly.