Sign in
chromium
/
chromium
/
src
/
df852a77436e9dee4613433143533d2ca348851a
/
.
/
testing
/
android
/
docs
tree: 49a41da895c600098d0f81404323533ce78016b3 [
path history
]
[
tgz
]
components_for_testing.md
gtest_implementation.md
instrumentation.md
junit.md
junit4.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 JUnit or 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