Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android ui test runs forever #468

Open
DusyaBagdasaryan opened this issue Jan 30, 2023 · 1 comment
Open

Android ui test runs forever #468

DusyaBagdasaryan opened this issue Jan 30, 2023 · 1 comment

Comments

@DusyaBagdasaryan
Copy link

DusyaBagdasaryan commented Jan 30, 2023

> Task :app:hiltJavaCompileDebugAndroidTest NO-SOURCE
> Task :app:mergeDebugAndroidTestJavaResource
> Task :app:transformDebugAndroidTestClassesWithAsm
> Task :app:packageDebug
> Task :app:createDebugApkListingFileRedirect UP-TO-DATE
> Task :app:dexBuilderDebugAndroidTest
> Task :app:mergeProjectDexDebugAndroidTest
> Task :app:packageDebugAndroidTest
> Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
Connected to process 4667 on device 'xiaomi-redmi_note_9_pro-6ed84981'.

> Task :app:connectedDebugAndroidTest
Starting 1 tests on Redmi Note 9 Pro - 12

Tried to use dependency group

   debugImplementation "androidx.test:monitor:1.6.1"
   debugImplementation("androidx.fragment:fragment-ktx:1.4.1")
   debugImplementation 'androidx.test:core-ktx:1.5.0'

   debugImplementation 'androidx.test:rules:1.5.0'
   debugImplementation 'androidx.test:runner:1.5.2'

   debugImplementation("androidx.fragment:fragment-testing:1.4.1")
   
   
   // also the newest versions 
   
   debugImplementation("androidx.fragment:fragment-ktx:1.5.5")
   debugImplementation("androidx.fragment:fragment-testing:1.5.5")
 also the same issue, run with terminal also gives nothing the process stuck at 96% 
@mrk-han
Copy link
Contributor

mrk-han commented Aug 25, 2023

Is this in your own project, or this project? Please give additional context + hardware you are running on.

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

No branches or pull requests

2 participants