Add Microsoft Edge to SauceLabs browser-compatibility matrix#3226
Merged
Conversation
Adds Edge (latest-2, latest-1, latest, beta) on Windows to the daily browser-compatibility tests. Wires ms:edgeOptions in WebDriverBaseConfig and a MicrosoftEdge branch in WebDriverFactory.
hensmi-amazon
approved these changes
Jun 15, 2026
ltrung
reviewed
Jun 15, 2026
| "platform": "WINDOWS" | ||
| }, | ||
| { | ||
| "browserName": "MicrosoftEdge", |
Contributor
Author
There was a problem hiding this comment.
The extendedDebugging is set to false when these tests run against Mac + Edge but I am still getting the mic permissions prompt. Have to check with SauceLabs whether any other config is needed.
ltrung
approved these changes
Jun 15, 2026
ritikadhiman-amzn
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #:
Currently the browser compatibility tests do not run on MS Edge. Thus any issues on Edge may go unchecked. This PR adds MS Edge coverage on SauceLabs.
Description of changes:
Adds Edge (latest-2, latest-1, latest, beta) on Windows to the daily browser-compatibility tests. Wires
ms:edgeOptionsinWebDriverBaseConfigand a MicrosoftEdge branch inWebDriverFactory.Testing:
Can these tested using a demo application? Please provide reproducible step-by-step instructions.
Integration tests only. No demo app testing needed.
Tested the changes running the tests on SauceLabs using the latest deployed demo URL and verified video tests pass on SauceLabs.
Checklist:
Have you successfully run
npm run build:releaselocally?Yes
Do you add, modify, or delete public API definitions? If yes, has that been reviewed and approved?
No
Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved?
No
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.