microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Adding test results path and app url to TRX #274

Closed NavneetThekkumpat closed 1 year ago

NavneetThekkumpat commented 1 year ago

Currently app URL and test results path is not specified in the .trx file. In an attempt to improve .trx file >> adding these details.

Proposed Solution

Also removed Testcase name within the unittest results.

image

Since the testcase name is already present in the UnitTestResult attribute

image

Checklist

arpavan commented 1 year ago

Optional but nice to have - Consider adding unit tests as well to validate and compare those JSON string objects being produced inside code. That way these can be easily caught in the future if we happen to make further changes to those strings.

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 914
Summary 91% (2424 / 2650) 88% (552 / 628) 914

Minimum allowed line rate is 85%