microsoft / PowerAppsTestAutomation

MIT License
63 stars 677 forks source link

No service connector allowed #19

Open srojaspers opened 2 years ago

srojaspers commented 2 years ago

Hi,

I am trying to use this project to execute my automated tests for my PowerApps from an Azure DevOps pipeline.

My PowerApps use 2FA. For tasks other than VSTest@2 we are using service connectors however this doesn't seem to be able using VSTest@2. I am getting the following error:

An error occurred during Test Run #1 of 1: System.InvalidOperationException: Login failed after 3 attempts. Exception Details: System.Exception: Login page failed on login retry.

Any ideas on how to overcome this issue?

Any help would be appreciated.

Thanks and regards