We are developing an app for Microsoft Teams, which is a web application that resides inside a teams shell. So, while testing the app in development mode, we have to use teams web app (teams.microsoft.com) and test the functionality on a dev tenant.
Major question here is What's the browser engine that's running inside the Microsoft Teams Native app? In order to have the expectations for testing team right - What browsers should they be testing our web app with?
Currently we are testing on Chrome, Firefox and Microsoft Edge - Should we support Edge Legacy and Edge on Chromium? or testing on Edge Chromium should be good?