kotlin-snapshot-testing icon indicating copy to clipboard operation
kotlin-snapshot-testing copied to clipboard

Extensible Kotlin Multiplatform library to easily create Snapshot tests for Android and other Kotlin applications

Results 4 kotlin-snapshot-testing issues
Sort by recently updated
recently updated
newest added

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)...

I would like to point out a mistake in your README.md or your library deploy is configured wrong. `com.github.quickbirdstudios.kotlin-snapshot-testing` can't be resolved. When I searched for your library on Jitpack,...