-
Since this is the Preview param that I consider the hardest to support, because it is something Robolectric doesn't support, I decided to give it a try, and I succeded :)
What I'm not sure is how w…
-
Hi
Any updates on this issue with Robolectric? [#2208](https://github.com/robolectric/robolectric/issues/2208)
-
Possibly related to https://github.com/takahirom/roborazzi/issues/290
I had some regressions switching off my own homegrown screenshot code to Roborazzi.
Is roborazzi enabling hardware mode in …
-
We currently have integration tests using Robolectric. However, we lack end-to-end (E2E) tests. Implementing E2E tests would make our app testing more robust.
-
-
You'd get the following error if you use Robolectric for unit testing. The current workaround is to catch `IllegalStateException`.
```
java.lang.IllegalStateException: Already initialized
at com.…
-
Add this so that if a button or other view is not present, it scrolls to it.
-
Your library looks really nice! Unfortunately I could not figure out how to set it up for android projects. Could you add some documentation for that?
-
Hello,
I have this problem:
```
Launching lib\main.dart on 23106RN0DA in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* What went wrong:
Exe…
-
When migrating a test which was using AndroidJUnit4 to robolectric with looperMode = INSTRUMENTATION_TEST, `@UiThreadTest` annotations are ignored and the test runs doesn't run on the main thread