mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
Ladybird: Add Espresso test on Android to verify we can load our views
The simple smoke test makes sure that we can boot up an android emulator with our package in it, and that the WebView is visible on boot. More tests to come with more features :^)
This commit is contained in:
parent
f87388ff72
commit
52d6c49ccc
2 changed files with 41 additions and 0 deletions
|
@ -75,5 +75,6 @@ dependencies {
|
|||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.5")
|
||||
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.5")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue