kaushikgopal/movies-usf-android

feat: add a single ui instrumentation test

Open

#2 opened on Sep 24, 2018

 (0 comments) (0 reactions) (0 assignees)Kotlin (44 forks)github user discovery
help wanted

Repository metrics

Stars
 (229 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The view state tests are the more interesting ones imho, but for this to be fully "complete", we'd definitely need UI instrumentation tests to make sure:

  1. the output "view state" is being bound properly to our Android Views
  2. the android views are generating the correct input "events"

A single espresso tests should suffice for that.

Contributor guide