Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Introduce sharedTest source set and move many UI tests to use Robolectric #257

Closed
wants to merge 14 commits into from

Conversation

alexandrepiveteau
Copy link
Contributor

This PR introduces the following changes :

  • A new sharedTest source set is introduced.
  • The existing tests are moved to the test and androidTest subpackages.
  • Many UI tests are now run as Unit tests using Robolectric, resulting in considerably faster builds.

@alexandrepiveteau alexandrepiveteau linked an issue Apr 20, 2022 that may be closed by this pull request
6 tasks
@alexandrepiveteau
Copy link
Contributor Author

We will probably not be able to merge Robolectric support until robolectric/robolectric#7055 is solved, since it makes some of our tests flaky and fail on the CI while they succeed locally.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate some integration tests to the unit test source set
1 participant