Marcel Schnelle

Results 101 comments of Marcel Schnelle

Thanks for letting me know and the additional pointer, @kronstein! Kind of unfortunate that there doesn't seem to be a good way to backport that second fix to the `desugar...

No, shouldn't be. 🤔 The Maven Central snapshots repository lists [the data for it](https://oss.sonatype.org/service/local/repositories/snapshots/content/de/mannodermaus/junit5/android-test-compose/maven-metadata.xml) just like before. Please make sure that the repo is available to your module and that...

Hello everybody! I wanted to share an update for the Compose integration, as I finally had a bit of time to spend on this endeavor over the last couple of...

The inaugural version of Compose, including the additions by @compscidr, have been released! To keep in line with the versioning of the other instrumentation libraries, I bumped the Compose artifact...

> Thanks, this is great! Should I expect it to work for Compose Desktop? No, this project is solely confined to Android and this includes the Compose support. > I...

Hey, apologies for only coming back to this now. Thank you for the sample project! I executed the instrumentation tests in it and it ran the same tests I can...

I posted an exemplary implementation above and haven't heard any feedback to the contrary that it works. Are you facing any problems with that snippet, or does it work for...

Thanks for confirming that it works for you! I'll see what I can do in regards to pushing this into the next version of the instrumentation core shortly.

This is now available as part of the new `android-test-extensions` artifact: ```kotlin dependencies { androidTestImplementation("de.mannodermaus.junit5:android-test-extensions:1.4.0") } ```

@paulo-raca Hello again. I'm revisiting this ticket and having a hard time reproducing this with the latest versions of the plugin+instrumentation library enivronment. Just in case you're still invested in...