Add a link to Browser Tests
And remove the TODO tag.
Bug: None
Change-Id: Ic06da8dc405eba9da8ce0cbcfb5abe886805f7ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6489786
Commit-Queue: Kuan Huang <[email protected]>
Auto-Submit: Weizhong Xia <[email protected]>
Reviewed-by: Kuan Huang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1451336}
diff --git a/docs/testing/testing_in_chromium.md b/docs/testing/testing_in_chromium.md
index 5dd9215d..e6c37dc 100644
--- a/docs/testing/testing_in_chromium.md
+++ b/docs/testing/testing_in_chromium.md
@@ -15,9 +15,8 @@
* **[gtest]** is Google's C++ test framework,
which helps you write better C++ tests in Chromium.
gtest is test framework for unit tests in Chromium and browser tests are built on top of it.
-* **Browser Tests** is built on top of gtest, and it is used to write integration tests
+* **[Browser Tests]** is built on top of gtest, and it is used to write integration tests
and e2e tests in Chromium.
- <!-- TODO(leilei) Add link to browser tests --->
* **[Web Tests] (formerly known as "Layout Tests" or "LayoutTests")**
is used by Blink to test many components, including but not
limited to layout and rendering. In general, web tests involve loading pages
@@ -201,6 +200,7 @@
[gtest]: https://github.com/google/googletest
[Simple gtests]: https://github.com/google/googletest/blob/main/docs/primer.md#simple-tests
+[Browser Tests]: https://chromium.googlesource.com/website/+/HEAD/site/developers/testing/browser-tests/index.md
[Robolectric]: android_robolectric_tests.md
[Instrumentation Tests]: https://chromium.googlesource.com/chromium/src/+/main/docs/testing/android_instrumentation_tests.md
[EarlGrey]: https://github.com/google/EarlGrey