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?