microsoft / PowerAppsTestAutomation

MIT License
63 stars 677 forks source link

User authentication and MFA #29

Open MAKONEE0046 opened 11 months ago

MAKONEE0046 commented 11 months ago

Hello guys,

at first I've searched an issue on test side or directly in the app. But with a simple "HelloWorld" PowerApp I have same errors (reproducible in the log:

[warning]Vstest failed with error. Check logs for failures. There might be failed tests.

[error]Error: The process 'D:\a_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\3.225.0\Modules\DTAExecutionHost.exe' failed with exit code 1

[error]Vstest failed with error. Check logs for failures. There might be failed tests.

As output in the the tests, I've seen this image: image

But I'm not able to get an application user with deactivated MFA. Is there a way to solve the authentication issue?

Many thanks and regards MAK46