microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 286 forks source link

Login doesnt work when Remote browser options have BrowserStack capabilities #1298

Open javed0211 opened 2 years ago

javed0211 commented 2 years ago

Bug Report

When I add BrowserStack details in Browser Test settings. Login function doesn't enter password and keep refreshing the page to finally timeout.

However, if I remove Browserstack details from test settings and execute tests locally instead of browserstack / remotely. Login function works without any issues, not sure why this is happening.

EasyRepro Version

UCI or Classic Web

Online or On Premise

Browser

Describe the bug
When I add BrowserStack details in Browser Test settings. Login function doesn't enter password and keep refreshing the page to finally timeout.

However, if I remove Browserstack details from test settings and execute tests locally instead of browserstack / remotely. Login function works without any issues, not sure why this is happening.

Special formatting / display

Code to reproduce