Can we test using Microsoft Edge? #826
Unanswered
phillidgithub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This seems to be possible in Playwright (see link below) but I'm not sure if this is possible when using Cucumber
https://learn.microsoft.com/en-us/microsoft-edge/playwright/#run-tests-in-microsoft-edge
Maybe we could hook into the browser launch options i.e.
const browser = await playwright.chromium.launch({
channel: 'msedge',
});
Beta Was this translation helpful? Give feedback.
All reactions