I do want to provide some extra info when a custom...
# compose-android
t
I do want to provide some extra info when a custom SemanticsMatcher fails. So that i can link a screenshot for example in the test report. So i am using composeTestRule to do the tests. I mean i know that i can do PlatformTestStorageRegistry.getInstance() and save extra files. But i would like to link to this files in case one of my custom tests fail. Is this possible?
I think i do have to implement a custom SemanticsNodeInteraction.assert function for this right?