plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.08k stars 2.03k forks source link

provide testing support for Edge #1946

Open johnml1135 opened 2 years ago

johnml1135 commented 2 years ago

Currenlty it appears that only Chrome and Firefox are the supported browsers allowed for writing tests using pytest:

https://github.com/plotly/dash/blob/6ee3eeecf302498418bca2c026ba42af8e2dd5fb/dash/testing/plugin.py#L24

Some corporate environments lock down Chrome at the preference of Edge. having full support for testing with Edge in pytest would be very helpful.

alexcjohnson commented 2 years ago

Good idea! Looks relatively straightforward https://www.geeksforgeeks.org/automated-browser-testing-with-edge-and-selenium-in-python/ and https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

Feel like making a PR to add this? 🙏