-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Bug]: PLAYWRIGHT_NODEJS_PATH env variable is ignored in version 1.43.0 #1548
Comments
I think it might be related to this PR #1519 |
The problem is probably that we don't inherit playwright-java/playwright/src/main/java/com/microsoft/playwright/impl/PlaywrightImpl.java Line 40 in 2829a37
|
@mxschmitt |
@marrek13 we will release it as part of 1.44 |
@mxschmitt ok, thanks for the heads-up. I added 1.43 to ignored versions. |
Version
1.43.0
Steps to reproduce
Use custom PLAYWRIGHT_NODEJS_PATH env and try to run the application, it is now ignored and playwright java tries to use a node executable from a non-existing /tmp directory
Expected behavior
PLAYWRIGHT_NODEJS_PATH is respected as previously
Actual behavior
PLAYWRIGHT_NODEJS_PATH is ignored
Additional context
Exception:
Environment
The text was updated successfully, but these errors were encountered: