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?
Timo Drick
08/05/2024, 8:24 AM
I think i do have to implement a custom SemanticsNodeInteraction.assert function for this right?