medyagh / gopogh

generate pretty html out of golang's test logs
Apache License 2.0
21 stars 12 forks source link

add number tests ran in the summary table #154

Closed medyagh closed 1 month ago

medyagh commented 4 months ago

https://gopogh-server-tts3vkcpgq-uc.a.run.app/?env=Docker_Linux for example in this Table, I would like to know how many Tests ran that the flake rate is 1.83% so it could be a column pass_times/total_tests

like 19/22

Screenshot 2024-07-16 at 2 29 50 PM

this would be helpful for the cases that a test runs a couple times and then one of them fails so the sample number is too small, and probably not meaningful

ComradeProgrammer commented 2 months ago

/assign

medyagh commented 2 months ago

@ComradeProgrammer can you plz take look