[webtest] rename directory from SmokeTests to TestLists
Bug: 1452264
Change-Id: Ia0ecafc1a5322bd705ffe131aaf2649078f15cfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4654766
Commit-Queue: An Sung <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: Ali Juma <[email protected]>
Reviewed-by: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1175194}
diff --git a/docs/testing/web_tests.md b/docs/testing/web_tests.md
index a6fb9e0..2ac25b0 100644
--- a/docs/testing/web_tests.md
+++ b/docs/testing/web_tests.md
@@ -88,7 +88,7 @@
*** promo
Currently only the tests listed in
-[Default.txt](../../third_party/blink/web_tests/SmokeTests/Default.txt) are run
+[Default.txt](../../third_party/blink/web_tests/TestLists/Default.txt) are run
on the Fuchsia bots, since running all web tests takes too long on Fuchshia.
Most developers focus their Blink testing on Linux. We rely on the fact that the
Linux and Fuchsia behavior is nearly identical for scenarios outside those
@@ -97,7 +97,7 @@
*** promo
Similar to Fuchsia's case, the tests listed in [Mac.txt]
-(../../third_party/blink/web_tests/SmokeTests/Mac.txt)
+(../../third_party/blink/web_tests/TestLists/Mac.txt)
are run on older mac version bots. By doing this we reduced the resources needed to run
the tests. This relies on the fact that the majority of web tests will behavior similarly on
different mac versions.