-
Notifications
You must be signed in to change notification settings - Fork 310
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
Different behavior for browserVersion
and version
#1113
Comments
This is also an issue with |
Hey @jason0x43 I created a PR to resolve this at #1117 however I'm unsure how to test to see if it worked. Where am I suppose to look for the driver list? I updated the
|
You can verify the original issue by just providing an environment on the command line:
and
In current master, the first will give you a
while the second gives you
With this PR, both commands return the expected driver of "MicrosoftEdgeChromium". 🎉 |
In Intern master,
browserVersion
andversion
are being handled differently, at least for MS Edge Chromium.To test, create a test config with
Run
npm test -- --config <your config> --show-config
and note that the drivers list contains MicrosoftEdge.Create or update a config to use
"browserVersion": "insider preview"
, run the test command, and note that the drivers list contains MicrosoftEdgeChromium (which is what it's supposed to contain).The text was updated successfully, but these errors were encountered: