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

Side by Side Diff: testing/android/docs/README.md

Issue 2505683002: Update links to layout test documentation. (Closed)
Patch Set: Use relative paths in markdown, and src-relative paths elsewhere. Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « media/tools/layout_tests/test_expectations.py ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Android Testing in Chromium 1 # Android Testing in Chromium
2 2
3 ## How do I... 3 ## How do I...
4 4
5 - **set up** 5 - **set up**
6 - [... set up a device for local testing?](/testing/android/docs/todo.md) 6 - [... set up a device for local testing?](/testing/android/docs/todo.md)
7 - [... set up an emulator for local testing?](/testing/android/docs/todo.md) 7 - [... set up an emulator for local testing?](/testing/android/docs/todo.md)
8 - **writing tests** 8 - **writing tests**
9 - [... write an instrumentation test?](/testing/android/docs/instrumentation .md) 9 - [... write an instrumentation test?](/testing/android/docs/instrumentation .md)
10 - [... write a Robolectric test?](/testing/android/docs/todo.md) 10 - [... write a Robolectric test?](/testing/android/docs/todo.md)
11 - **running tests** 11 - **running tests**
12 - [... run a gtest?](/testing/android/docs/todo.md) 12 - [... run a gtest?](/testing/android/docs/todo.md)
13 - [... run an instrumentation test?](/testing/android/docs/todo.md) 13 - [... run an instrumentation test?](/testing/android/docs/todo.md)
14 - [... run a Robolectric test?](/testing/android/docs/todo.md) 14 - [... run a Robolectric test?](/testing/android/docs/todo.md)
15 - [... run the blink layout tests?](https://sites.google.com/a/chromium.org/ dev/developers/testing/webkit-layout-tests) 15 - [... run the blink layout tests?](/testing/layout_tests.md)
16 - [... run a telemetry test?](/testing/android/docs/todo.md) 16 - [... run a telemetry test?](/testing/android/docs/todo.md)
17 - **miscellaneous** 17 - **miscellaneous**
18 - [... use code coverage for Java tests?](/build/android/docs/coverage.md) 18 - [... use code coverage for Java tests?](/build/android/docs/coverage.md)
19 19
20 ## How does it work on Android? 20 ## How does it work on Android?
21 21
22 - [gtests](/testing/android/docs/gtest_implementation.md) 22 - [gtests](/testing/android/docs/gtest_implementation.md)
23 - [instrumentation tests](/testing/android/docs/todo.md) 23 - [instrumentation tests](/testing/android/docs/todo.md)
24 - [junit tests](/testing/android/docs/todo.md) 24 - [junit tests](/testing/android/docs/todo.md)
OLDNEW
« no previous file with comments | « media/tools/layout_tests/test_expectations.py ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698