Marco Righini
Marco Righini
Showkase is actually providing an integration with facebook screenshot testing. Is it possible to integrate Showkase with Paparazzi (screenshot testing without device, link https://github.com/cashapp/paparazzi)?
When running native tests e.g. `iosX64Test` we are getting the error `Expected object 'MR' has no actual declaration in module for Native` where `core-data` is the name of the module...
**Description** During the instantiation of the Paparazzi rule we are getting ``` java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /Users/myuser/.gradle/caches/transforms-3/944e49004c506aad1fdc12ed40e8c4a9/transformed/layoutlib-native-macarm-2022.2.1-5128371-2/data/mac-arm/lib64/libandroid_runtime.dylib ``` at `Bridge#590` (`System.load(path)`) **Expected behavior** Paparazzi rule instantiation succeeds...
In multiplatform mobile projects the network stack is typically based on Ktor Client with Darwin Engine https://ktor.io/docs/client-engines.html#darwin When using this engine the network instrumentation is not applied. This is probably...