You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[All] Share tests to run on Robolectric & Emulators (#180)
* Add Robolectric test support on :insets
* Add Robolectric test support to :flowlayout
* Add Robolectric test support on :pager
* Missed PagerStateTest
* Remove test-parameter-injector
As we can't use it with Robolectric
* Migrate :swiperefresh tests to Robolectric
* Migrate :appcompat-theme tests to Robolectric
* Rename package in :internal-testutils
* Migrate SystemUiController tests to Robolectric
* Only run necessary tests on PRs/commits
Most tests are covered by Robolectric, but we still need to run the
remaining tests on device. Also setup a twice-daily run which runs all
tests on devices, similar to what we currently run.
Extract all of the logic into a shell script for easy re-use.
* Stop using trap. Messes with CI
* Migrate :placeholder to Robolectric
* Move more common utils to internal-testutils
* Revert permissions waitUntil
* Reduce number of Pager instrumented tests
* Add comments to tests
* Revert CI gradle command
0 commit comments