Róbert Papp

Results 845 comments of Róbert Papp

I had the same problem, I solved it by a property too, but instead of name matching I used JUnit categories: https://github.com/search?q=repo%3ATWiStErRob%2Fnet.twisterrob.sun%20net.twisterrob.build.screenshot-tests&type=code

Yes, that's what record/verify job does on GHA CI. If you pass the flag with true, it's Paparazzi-only. If you don't, it's only unit tests (because of default in gradle.properties)....

Or by "parallel workflows" do you mean parallel tasks within a single Gradle execution process?

`useJUnit` (4) and `useJUnitPlatform` (5) are exclusive, you can only use one of them. 5 is capable of running 4, but that's hidden inside the vintage engine, so from Gradle's...

@jrodbx based on how the [new Compose screenshot testing](https://developer.android.com/studio/preview/compose-screenshot-testing) works (separate source set, separate dependencies, separate compilation, separate task, supported experimentally by AGP), is there a chance of getting similar...