pedrovgs / Shot

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

JUnit test reports? #345

Open pettero opened 1 year ago

pettero commented 1 year ago

We have is that we have a multi module project where we have added screenshot tests and are running the tests in our CI Pipeline ( (a hosted Azure Devops).

I would like to enable JUnit test reports which seems to be the only test report format that Azure Devops supports.

With this format failed screenshots would show up as a failed test-case and we would get statistics on which tests that are unstable and needs attention.

Any plans to add this support? With some hint I can probably make a draft with this functionality.