pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.19k stars 116 forks source link

Improve HTML report by grouping test cases. #279

Open IHNEL opened 2 years ago

IHNEL commented 2 years ago

Expected behavior

Assume I wrote thousands of test cases for various screens. There are many source files and each file has multiple test cases. I expect that the report (HTML file) groups the test cases by test class. Is there any way for this?

Recently I got a single HTML file with all screenshots inside, which is very difficult to review.

Actual behaviour

Steps to reproduce

Version of the library

pedrovgs commented 2 years ago

We would need to change our report to improve this situation. Right now our test reports are not grouped by test case.