test: add Compose UI tests for 10 screen areas#77
Merged
Conversation
…i player Add Robolectric + Compose UI test dependencies. Add three test files: - NowPlayingMetadataTest: verify title, artist, timestamps render in MiniPlayer - ServerListEmptyStateTest: verify welcome hero card when no servers exist - MiniPlayerVisibilityTest: verify track info display and "Not Playing" state
…eue items - ReconnectingBannerTest: verify attempt count and buffer seconds display - VolumeSliderTest: verify 0-1 range rendering and state updates - QueueSheetSwipeTest: verify swipe-to-dismiss callback pattern and queue state
- AddServerWizardTest: verify step navigation renders correct titles, buttons (Next/Save/Back), and forward/backward transitions - SearchScreenResultsTest: verify search results grouping by media type, empty/no-results state logic, and media type discriminators
…yout - FormFactorDetectionTest: verify correct form factor for compact, medium, expanded widths and TV override behavior at boundary values - NowPlayingHeadUnitTest: verify head unit renders title, artist/album, transport controls, group label, and favorite button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build.gradle.ktsisIncludeAndroidResourcesfor Robolectric supportTest plan
./gradlew testDebugUnitTestto verify all tests compile and pass