We have been using EasyRepro framework for automating Microsoft Dynamics 365 application.
I have been encountering a problem with executing scripts in Azure pipeline for past 2 weeks now.
The test cases run fine in local, but give an error /error: Unable to click element./.
After debugging and adding logs at each step, found out that the problem is being created by command xrmApp.Navigation.OpenSubArea(/Area/, /Sub-Area/);
I won't be able to replace the function as it's being used in almost all the test cases. This would mean heavy changes.
Does anyone have an idea about why this is giving error in pipeline but running smoothly in local?
Any help will really be appreciated!!
Happy Holidays and wishing you an amazing New Year ahead.