I'm setting up a e2e test stack with ms Playwright. It should run in a ci pipeline. Playwright comes with a docker image: mcr.microsoft.com/playwright:focal which is bases on Ubuntu 20.04 LTS I have noticed Edge is not included in the image. Edge (running on windows) is the primaire browser that we have to use for our e2e suit. Basically I want to install edge in the image: https://www.microsoftedgeinsider.com/en-us/download/ My question is: Has anybody experienced differences between running Edge on ubuntu and windows 10 which may impact e2e testing/ user experience.