Can we include Microsoft Edge browser?
Microsoft has released the new Microsoft Edge browser based on Chromium https://blogs.windows.com/windowsexperience/2020/01/15/new-year-new-browser-the-new-microsoft-edge-is-out-of-preview-and-now-available-for-download/ and it would be nice to include it in the images. We are adding support for Edge to Cypress.io test runner but would like to run smoke tests on CI to make sure it works.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 17 Jan, 2020 12:08 AM
Yep, it will be included in the next update: https://github.com/appveyor/ci/issues/3287
Support Staff 2 Posted by Feodor Fitsner on 17 Jan, 2020 04:21 AM
Btw, do you know a good way to disable "First time experience" in freshly installed Edge using a script? :) VS 2019 image is built with Packer.
3 Posted by Gleb Bahmutov on 17 Jan, 2020 06:14 PM
When Cypress launches the browser it appends a whole bunch of flags to be able to control it. Below is the full list of flags, but the most important I think is
--no-first-run
Full set of CLI flags
Support Staff 4 Posted by Feodor Fitsner on 17 Jan, 2020 06:51 PM
Great, that makes sense! No need to bother from our side then. Thanks for sharing!
Feodor Fitsner closed this discussion on 03 Apr, 2020 06:47 PM.