microsoft / PowerApps-TestEngine

MIT License
98 stars 29 forks source link

Changed unspecified locale log message from INFO to WARN #210

Closed arpavan closed 1 year ago

arpavan commented 1 year ago

Description

This is a very small log message change. For the log message that informs the user when the locale field is missing in the test plan file, the log type has been changed from INFO to WARN to better indicate the nature of the message. I have added one more unit test to specifically look for this, as this is a "required" user facing change.

This now looks like this - image

Also a small branding related correction has been made to the testSettings.md readme - changed phrase PowerFx to Power Fx to comply with the correct terminology.

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 93% 89% 800
Summary 93% (2171 / 2330) 89% (490 / 548) 800

Minimum allowed line rate is 50%