microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Handling invalid user input testsettings #298

Closed NavneetThekkumpat closed 10 months ago

NavneetThekkumpat commented 10 months ago

Handling invalid user test settings values like locale and browser

image image

Currently the exception thrown is not handled properly. This causes consuming application to encounter error.

Proposing handling this scenario like any other user input exception and gracefully.

Checklist

github-actions[bot] commented 10 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 978
Summary 91% (2544 / 2789) 88% (595 / 680) 978

Minimum allowed line rate is 85%