-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
feat: support pnpm #3574
base: main
Are you sure you want to change the base?
feat: support pnpm #3574
Conversation
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
…` functions Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
…ting Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
Signed-off-by: Yi Yang <[email protected]>
54be47e
to
e74eb8c
Compare
Is this PR ready to go? If so, is there an ETA on when it might get merged? |
I wasn't the original author of this code but happy to do what it takes to get this one released - we use PNPM in WDIO and native support here would definitely help. |
I think there are some legitimate test failures that we'll have to investigate in It may be that |
It is hanging on this line, the package step of the import test. Added more logging to |
More digging. All of the tests passed in d334388 and subsequently broke with the merge in cf43b13. Debugging the
There are two symlinks in the
I wonder if this is an issue with |
Not sure what is going on here and at the moment I don't have the time to dedicate to it. Hopefully I get some more time, happy for someone else to pick this up though. |
Signed-off-by: Yi Yang [email protected]
Summarize your changes:
Adding PNPM support - picking up where #3351 left off.
Related issue: #2633