Chromium Code Reviews| Index: testing/android/docs/index.md |
| diff --git a/testing/android/docs/index.md b/testing/android/docs/index.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..82ff27efb9a219dfefb38b26914ca910a602f75a |
| --- /dev/null |
| +++ b/testing/android/docs/index.md |
| @@ -0,0 +1,25 @@ |
| +# Android Testing in Chromium |
| + |
| +## How do I... |
| + |
| + - **set up** |
| + - [... set up a device for local testing?](/testing/android/docs/todo.md) |
| + - [... set up an emulator for local testing?](/testing/android/docs/todo.md) |
| + - **writing tests** |
| + - [... write an instrumentation test?](/testing/android/docs/instrumentation.md) |
| + - [... write a Robolectric test?](/testing/android/docs/todo.md) |
| + - **running tests** |
| + - [... run a gtest?](/testing/android/docs/todo.md) |
| + - [... run an instrumentation test?](/testing/android/docs/todo.md) |
| + - [... run a Robolectric test?](/testing/android/docs/todo.md) |
| + - [... run the blink layout tests?](https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests) |
| + - [... run a telemetry test?](/testing/android/docs/todo.md) |
| + - **miscellaneous** |
| + - [... use code coverage for Java tests?](/build/android/docs/coverage.md) |
| + |
| +## How does it work on Android? |
| + |
| + - [c++ unit tests](/testing/android/docs/todo.md) |
| + - [c++ browser tests](/testing/android/docs/todo.md) |
|
mikecase (-- gone --)
2016/08/16 23:08:57
nit: alphabetize maybe? Doesnt really matter, but
jbudorick
2016/08/16 23:54:23
Done.
|
| + - [instrumentation tests](/testing/android/docs/todo.md) |
| + - [junit tests](/testing/android/docs/todo.md) |