Tim Rijckaert
Tim Rijckaert
Nice sample, However how can you exclude groups like this? ``` rest_mockwebserver : dependencies.create("com.github.andrzejchm.RESTMock:android:$rest_mockwebserver_version") { exclude group: "com.squareup.okio" exclude group: "com.squareup.okhttp3" }, ```
Hi, I'm trying to return a custom image in my tests. Using the `imageBytes` property I tried to place my bytes inside, but it seems as thought nothing gets shown...
I noticed the content length returned is always the length of the transparent image.
Hi, I'm dealing with an annoying `JSON` service which is **out of my control**. If a value is unavailable it is expressed as an empty array `[]` instead of a...
Hello, I was wondering if this lib could eventually be used for something very similar to [Snapshot testing](https://jestjs.io/docs/snapshot-testing)? Very similar to [Shot](https://github.com/pedrovgs/Shot), but instead of screenshots with a textual output?...
We could use a better sample. Ideas: - Have a log file that keeps track of previous ran tasks. - Completely different UI for either Android and iOS. - Android...
Actually this was an idea we already discussed with @jeremie-movify and @petermnt before. The return of a boolean as the result of a background job was a MVP approach and...
**Describe the bug** Hello, As we have been adding screenshot tests to more and more Android modules we wanted to parallelise our CI build to first build the test APK's....
Does this library support compose. If not do you think this can be added?
Hi, I wonder why the distinction was made between receiving values in the background and foreground. Now you have to check if the initial deeplink was not null. ``` final...