microsoft / PowerApps-TestEngine

MIT License
98 stars 29 forks source link

added locale to testSettings.yaml sample file #209

Closed arpavan closed 1 year ago

arpavan commented 1 year ago

Description

Added the locale property to the testSettings.yaml sample file as well. This is not a breaking change, and was missed in a previous PR.

Checklist

clairewu0218 commented 1 year ago

You may want to remove this line as it's not actually working

NavneetThekkumpat commented 1 year ago

Also would be great to update src\Microsoft.PowerApps.TestEngine.Tests\Config\YamlTestConfigParserTests.cs too

arpavan commented 1 year ago

Also would be great to update src\Microsoft.PowerApps.TestEngine.Tests\Config\YamlTestConfigParserTests.cs too

@NavneetThekkumpat I intentionally left some of those out to cover the scenario for unspecified locale. There's an additional test in there that specifically looks for the locale field. Let me know if that is okay

NavneetThekkumpat commented 1 year ago

Also would be great to update src\Microsoft.PowerApps.TestEngine.Tests\Config\YamlTestConfigParserTests.cs too

@NavneetThekkumpat I intentionally left some of those out to cover the scenario for unspecified locale. There's an additional test in there that specifically looks for the locale field. Let me know if that is okay

Also would be great to update src\Microsoft.PowerApps.TestEngine.Tests\Config\YamlTestConfigParserTests.cs too

@NavneetThekkumpat I intentionally left some of those out to cover the scenario for unspecified locale. There's an additional test in there that specifically looks for the locale field. Let me know if that is okay

Oh Sure, that works then. Thank you!

arpavan commented 1 year ago

You may want to remove this line as it's not actually working

@clairewu0218 cleaned up this and similar duplicate references in other plans as well. thanks for pointing this out!

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%