androidtestktx icon indicating copy to clipboard operation
androidtestktx copied to clipboard

Kotlin DSL for Espresso and UIAutomator.

Results 7 androidtestktx issues
Sort by recently updated
recently updated
newest added

Implement the missing extensions for the GESTURES part or Espresso cheat sheet. Acceptance criteria: - Gestures should be implemented for both, Espresso and UIAutomator. - Tests in the demo app...

task
in progress

Implement the missing extensions for the USER PROPERTIES part of the Espresso cheat sheet, section ViewMatchers. Acceptance criteria: - USER PROPERTIES should be implemented for both, Espresso and UIAutomator. -...

task

Implement the missing extensions for the UI PROPERTIES part of the Espresso cheat sheet, section ViewMatchers. Acceptance criteria: - UI PROPERTIES should be implemented for both, Espresso and UIAutomator. -...

task

Implement the missing extensions for the CLICK/PRESS part of Espresso cheat sheet. Acceptance criteria: - Click/Press actions should be implemented for both, Espresso and UIAutomator. - Tests in the demo...

task

Espresso and UIAutomator related code should be added as a separate dependency.

task

We should set up the CI pipeline somewhere, where we'll execute all tests from the demo in order to verify that new implementations are working properly. Let's not forget to...

task

On top of the README file, we should have a test status tag, showing whether the tests are passing or not.

task