-
Notifications
You must be signed in to change notification settings - Fork 49
Add Summary & Breakdown of Test Result Performance to AppVeyor Output #309
Comments
I liked the idea of outputing a table from the NUnitXML. Start with that and see how far it gets us? I think it should be enough. 🤔 |
Maybe instead of outputting a table, maybe we can add the information to the test pane? If we made this into a helper function, when looping through the NUnitXML we could just add rows to the test pane. That way each file would be at the top of the test pane results. 🤔 DscResource.Tests/AppVeyor.psm1 Lines 865 to 892 in bfa3d0d
|
Yes exactly. If test name need to have a value then just use the filename there too. I'm thinking one entry per file, and after that all the entries is added from the pester object like it does today. Hopefully they are viewed in the same order they are added, otherwise it won't work :) |
As a DSC resource kit contributor
I want to be able to see the amount of time spent running tests in each file/fixture
So that my test I can identify tests that might be targets for improving performance
See: dsccommunity/xPSDesiredStateConfiguration#477 (comment)
Tagging @mhendric, @johlju
The text was updated successfully, but these errors were encountered: