How to test app on Edge on Mac OS or Linux
Asked Answered
C

3

19

I am on Mac OS and Linux and want to test my app on Edge. I know I can use Browserstack, but it's a paid service. Any other ways that I can test on Edge for Free?

Coggins answered 8/2, 2016 at 0:11 Comment(0)
V
24

If you are on Mac or Linux, you can use the following tools to test Edge for free:

Virtual Machines https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ You can get the virtual machines image to test Edge as well as IE6 to IE11 on all platforms Mac, Linux and Windows. You do need to have either Virtual Box, VMware or Vagrant to install the VM image.

RemoteIE https://dev.windows.com/en-us/microsoft-edge/tools/remote/ If you don't want to install VM image, try RemoteIE. The Remote client app is a small utility program that allows you to access Microsoft apps from the cloud. When you launch Internet Explorer from the Remote client app, a real preview version of the browser opens into a new window on your operating system, much like any other app you might have running. This version of Internet Explorer is modified to host the latest preview version of the EdgeHTML rendering engine, so you can test how your site will render in Microsoft Edge. It is available for Mac OS X, iOS, Android and Windows OS devices, and includes simple installation and account set up steps.

Vaasta answered 8/2, 2016 at 0:31 Comment(4)
RemoteIE is no longer availableHarris
Remote IE is not available for testing for MS Edge browser.Chiarra
You can try this: browserstack.com/test-on-microsoft-edge-browser#live-cloudDeserving
Browserstack trial now gives you 30 minutes of free testing on famous browsers (including Edge) that can be tested on any device and operating system virtually!Custos
M
2

Yes, using virtual machines. Microsoft provides VMs in a number of formats for exactly this reason.

You can download them here

Melia answered 8/2, 2016 at 0:17 Comment(0)
W
0

You can download MS Edge with support for Apple Silicon at https://www.microsoft.com/en-us/edge/download/insider

Wee answered 5/12, 2023 at 18:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.