Name: Espresso Test Framework Short Name: espresso URL: https://google.github.io/android-testing-support-library/docs/espresso/ Version: 2.2.1 License: Apache 2.0 License File: NOT_SHIPPED Security Critical: no License Android Compatible: yes Description: Use Espresso to write concise, beautiful, and reliable Android UI tests IMPORTANT: There should only be one version of espresso library (crbug.com/622057) Local Modifications: - Version 2.2.1: - Change Futures.transform(preparedScript, RAW_EVALUATOR) calls to use Futures.transformAsync in android/support/test/espresso/web/action/JavascriptEvaluation.java for Guava 20.0 compatibility - Change all Guava dependencies in Espresso build.gradle files from 18.0 to 20.0