Wholphin/app/src/androidTest/java/com/github/damontecres/wholphin/test
Ray 0004701296
Dev: add simple automated UI test setup (#1027)
## Description
This PR is mostly a proof-of-concept for setting up automated UI
testing. The tests use Roboelectric so they can run without an emulator.
There is also a sample instrumented test for running on emulators or
devices for future tests.

It adds two basic automated UI tests for adding a server. These are sort
integration tests because they use the actual implementations for the
view model and services like `ServerRepository` and `JellyfinServerDao`.

Also, moves the bulk of `MainActivity`'s compose code into a function
for future tests.

### Related issues
N/A

### Testing
Local testing

## Screenshots
N/A

## AI or LLM usage
None
2026-03-03 13:46:46 -05:00
..
InstrumentedBasicUiTests.kt Dev: add simple automated UI test setup (#1027) 2026-03-03 13:46:46 -05:00
TestActivity.kt Dev: add simple automated UI test setup (#1027) 2026-03-03 13:46:46 -05:00
TestDbMigrations.kt Remember playback choices & fix some track selection issues (#26) 2025-10-17 17:19:44 -04:00
WholphinTestRunner.kt Dev: add simple automated UI test setup (#1027) 2026-03-03 13:46:46 -05:00