-
Notifications
You must be signed in to change notification settings - Fork 312
Open
Description
Comes from https://github.com/Automattic/simplenote-android/pull/1733/files#r2253935365
- Warning (
⚠️ ): In addition to having unit test working, let's consider having instrumented tests working as well, in this or another follow-up PR (if not too much of a trouble). On that side of things I have the following:
- First, we need to add this
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.3.0'
dependency to have those instrumented tests compile.- Then, we need to use
./gradlew Simplenote:connectedDebugAndroidTest
over./gradlew connectedDebugAndroidTest
to make them run, because otherwise compilation fails on thePasscodeLock
module with multiple duplicate class failures on Kotlin (we might consider getting to the bottom of this).- Finally, after managing to run instrumented tests successfully, you'll find that at least
13/74
fail.
ParaskP7
Metadata
Metadata
Assignees
Labels
No labels