Oleg Osipenko

Results 9 issues of Oleg Osipenko

As I found a `TODO` in the source code I decided to bring my little contribution. I am not sure if this `referenceScreenshotDirectory` should only affect recording of screenshots, or...

VK SDK class VKRequest provides method setPreferredLang(String lang) and also has field useSystemLang that currently set to false in the source code of class VkSocialNetwork.java, that leads up to results...

voting

Since Flow 1.0.0-alpha changed API significantly this great and helpful demo looks slightly outdated

I see there is `AndroidSnapshotTestFiles`, which uses adb, has commands like `pull`, but I don't see that it is in use anywhere. And documentation doesn't tell anything about it. Also...

Sometimes it's necessary to take multiple screenshots in one test method - for example before and after some interaction. As far as I understand currently it's not possible because of...

``` java.lang.AssertionError: Not able to create snapshot directory: /snapshot/EmailLoginFragmentTest at org.junit.Assert.fail(Assert.java:89) at kotlin.test.junit.JUnitAsserter.fail(JUnitSupport.kt:56) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652) at kotlin.test.junit.JUnitAsserter.assertTrue(JUnitSupport.kt:30) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:662) at kotlin.test.junit.JUnitAsserter.assertTrue(JUnitSupport.kt:30) at kotlin.test.AssertionsKt__AssertionsKt.assertTrue(Assertions.kt:44) at kotlin.test.AssertionsKt.assertTrue(Unknown Source:1) at com.quickbird.snapshot.FileSnapshotting_snapshotKt.snapshot$file(FileSnapshotting+snapshot.kt:20) at com.quickbird.snapshot.FileSnapshotting_snapshotKt.snapshot(FileSnapshotting+snapshot.kt:29)...

Currently users of the library should manually add necessary dependencies, such as roborazzi artifacts and robolectric. My suggestion is to make `RoborazziPlugin` responsible for managing dependencies. I see roborazzi is...

**Is your feature request related to a problem? Please describe.** Currently when running screenshot tests on GMD we need to manually extract screenshots from the output directory inside `build/outputs/managed_device_android_test_additional_output`. It...

Feedback

Sometimes it's not possible to install plugin using IntelliJ plugin marketplace, but the releases section to download binary and install from it is also missing. Could you please add Releases...