microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Fix multiplebrowser suitesummary #270

Closed NavneetThekkumpat closed 1 year ago

NavneetThekkumpat commented 1 year ago

Description

Console TestSuite summary is wrong when run with multiple browser config .

image

After fix:

image

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 90% 88% 914
Summary 90% (2383 / 2633) 88% (556 / 630) 914

Minimum allowed line rate is 85%

NavneetThekkumpat commented 1 year ago

Ensure the changes are tested in consuming applications (PAC CLI) before merging this PR.

Sure, but we would still need to change the ConsoleEventHandler in the PAC CLI side with these changes