Maciej Laskowski

Results 22 comments of Maciej Laskowski

Well, it looks that Wraith is just comparing images. AET has quite a wider range of possibilities :)

I know this is not perfect, but here's a workaround (I tested it with `2.16.0.Final` version): ```java @QuarkusTest @TestProfile(Configuration.class) class MyTest { @TempDir static Path sharedTempDir; public static class Configuration...