SAP / ui5-uiveri5

End-to-end testing framework for SAPUI5
Apache License 2.0
120 stars 56 forks source link

Cannot find msedge binary >121v of edge #386

Closed SureClick closed 4 months ago

SureClick commented 6 months ago

Hello there,

Somehow if edge driver is higher than >121 I starting to have issue with tests. In console I see that msedge binary not found. Now I stay on version 120 to make it working. Any idea or solution ? image

hmanchev commented 6 months ago

Hello,

First of all I need to comment two important aspects:

  1. You are using very old version of UIVeri5. Your is v1.40.0 but the latest is v1.47.7. Your version is 5 years old.
  2. UIVeri5 is depricated more than 3 years ago.

Please consider with high priority migration to other testing framework. For example the successor of UIVeri5 - wdi5: https://ui5-community.github.io/wdi5/#/

On your question - there are no plans to further support all the features in the framework. If you still rely on your UIVeri5 tests, I can suggest you to use Chrome (latest version) as it is working fine (at least for now).

Best I can suggest you is to update your UIVeri5 to the latest (v1.47.7) and try again with the Edge and plan your migration with high priority.

Best Regards, Hristo

hmanchev commented 4 months ago

Closing due to inactivity