Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: testing/android/docs/index.md

Issue 2255593002: [Android] Add partial md documentation for instrumentation test features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mikecase comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/android/docs/instrumentation.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..779b144ba92e02710b86f6ee39aca7eca6e1cdd0
--- /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++ browser tests](/testing/android/docs/todo.md)
+ - [c++ unit tests](/testing/android/docs/todo.md)
+ - [instrumentation tests](/testing/android/docs/todo.md)
+ - [junit tests](/testing/android/docs/todo.md)
« no previous file with comments | « no previous file | testing/android/docs/instrumentation.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698