webrtc_m130/third_party/espresso/README.chromium
Artem Titov 739351d476 Roll chromium_revision 95336cb92b..191d55580e (557816:557824)
Change log: 95336cb92b..191d55580e
Full diff: 95336cb92b..191d55580e

Roll chromium third_party 4e16929f46..3a8f2a9e1e
Change log: 4e16929f46..3a8f2a9e1e

Changed dependencies:
* src/tools: c44a3f5eca..f524a53b81
DEPS diff: 95336cb92b..191d55580e/DEPS

No update to Clang.

TBR=titovartem@google.com,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ic9c4a62b050383646e9fcf5cc07a5653c14ac06e
Reviewed-on: https://webrtc-review.googlesource.com/76120
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23205}
2018-05-11 11:17:05 +00:00

21 lines
737 B
Plaintext

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