skip to Main Content

I’m making some espresso tests for my application in android studio , it was working and suddently stopped working , basically the test builds and starts but it gets stuck in test results and show nothings , i mean it shows no tests passing . if someone could help i will appreciate it , Thank you

  • This is a screenshot from my android studio ( it shows launch succeded but tests dont start)

enter image description here

2

Answers


  1. Downgrading helped me:

    androidx.test.espresso:espresso-core:3.4.0 -> 3.3.0

    androidx.test.espresso:espresso-contrib:3.4.0 -> 3.3.0

    Login or Signup to reply.
  2. Same thing with Kaspresso 1.4.0, downgrading to 1.3.0 helps

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search