Sign in
chromium
/
chromium
/
src.git
/
7cebcfb2d80152bc84d88fc711eda6e61acda8be
/
.
/
testing
/
android
/
docs
tree: 7c850977c24fb9a30d80e4f6d9ed452eca327e19 [
path history
]
[
tgz
]
gtest_implementation.md
instrumentation.md
README.md
todo.md
testing/android/docs/README.md
Android Testing in Chromium
How do I...
set up
... set up a device for local testing?
... set up an emulator for local testing?
writing tests
... write an instrumentation test?
... write a Robolectric test?
running tests
... run a gtest?
... run an instrumentation test?
... run a Robolectric test?
... run the blink layout tests?
... run a telemetry test?
miscellaneous
... use code coverage for Java tests?
How does it work on Android?
gtests
instrumentation tests
junit tests