Flank / flank

:speedboat: Massively parallel Android and iOS test runner for Firebase Test Lab
https://firebase.community/
Apache License 2.0
682 stars 118 forks source link

Detailed HTML report for all tests #938

Open simonschiller opened 4 years ago

simonschiller commented 4 years ago

Author the user story for this feature As a user of flank, I want to have a more detailed HTML report so I can check the results of a single test run by just looking at that report.

Is your feature request related to a problem? Please describe. The current HTML report generated by flank is only useful for getting links to the failed cases, it can not be used to get a full understanding of the whole test run. Instead I have to navigate through different files and/or websites to fully understand what happened.

Describe the solution you'd like Instead of the current HTML report that only contains links to the failed test cases, I'd like to see a more sophisticated HTML report that gives and overview of all executed tests, how they were split up and what the result of each test was. Something similar to the reports generated by spoon, composer or marathon.

I'm happy to contribute this myself, but I wanted to see if this is something you would be willing to accept before starting to work on that.

bootstraponline commented 4 years ago

Hey, thanks for opening this issue! We’re working on designs for a new test runner results page.

simonschiller commented 4 years ago

Nice to hear that! As said, I'd be happy to help here, so if you need support, I'll gladly jump in.

simonschiller commented 4 years ago

Hi 👋 I wanted to ask if there is any ETA on this issue that you can share?