Priyank Shah
Priyank Shah
I am also facing the same issue.
@SrinivasanTarget @saikrishna321 one enhancement would consider like, if during execution if 2 or more tests failed due to device specific issue. ATD just simply remove that device from available list...
@saikrishna321 @SrinivasanTarget so basically in cucumber example table, we need to provide locale language and based on that it should set capability. But Problem lies here is it initialise driver...
I am also facing the same issue while mocking object in dagger module using mockk. ``` @Module class MockUserModule { @Provides fun getMockUser(): User { val user = mockk() every...
`brew install diffutils` is working for me. thanks