Hello everyone,
I am facing one issue related to test cases.
My Android project has more than 250 tests. Most of them include API mocking & some of them are unit tests.
In Android Studio when I run the individual test class, all tests in that class succeed. But when I run the entire test package(altogether), some of the tests fail randomly.
The project has
MockWebSerever
&
Awaitility
to handle API mocking & async operation.
The
.gradle
file also has Android Orchestrator & clearPackageData declared.
Still, the issue persists.
Can someone help me to fix this issue?
My gradle, plugin & java version:
s
sam
10/02/2020, 5:48 PM
Are you using kotest ?
k
Kavita
10/02/2020, 5:48 PM
No @sam I am using espresso
s
sam
10/02/2020, 5:49 PM
Ok, this channel is for kotest, so you're probably more likely to find help in #test
k
Kavita
10/02/2020, 5:50 PM
Right @sam, thank you. I will post in that channel