Taki
Taki

Reputation: 3730

Espresso tests not running in android studio

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

enter image description here

Upvotes: 6

Views: 3364

Answers (2)

hotMule
hotMule

Reputation: 25

Same thing with Kaspresso 1.4.0, downgrading to 1.3.0 helps

Upvotes: 0

WasiliySoft
WasiliySoft

Reputation: 66

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

Upvotes: 5

Related Questions