How to run IE Mode tests in Azure pipeline

Hi,
I have configured my tests to run in IE mode and it works fine on my local, but when i run them in Azure Pipeline the deployment stalls and never finishes (waited 2 hours)

code i am utilizing for ie mode:

pipeline configuration:
image

1 Like

Welcome to the Katalon Community, I have forward this internally to get you more assistance on this query.

Also tried a test with a test case in chrome and that works fine with the configuration to chrome but not working in ie mode and all my tests are needing ie mode within edge… please advise … thanks :slight_smile:

I also saw this on the pipeline:

1 Like

Hi @sshiekh1, thank you for joining our Katalon Community.

We have this recording could help walkthrough steps to solve your issue https://screencast-o-matic.com/watch/cr10fDV1Z6j.

Please let us know if this works.
Cheers,
Vu Tran

Hi , thanks i did try this and pushed up the code to my GIT but the Azure pipeline is still not running the test, i deleted this and changed to IE and pipeline is working but, we want it to work in IE mode of edge, any idea on the configuration setting needed for the Azure pipeline?