From e540a3a66fcc3e9fe87d8db1b124f9db0e0a48b0 Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Tue, 10 Nov 2020 10:17:48 -0500 Subject: [PATCH] [docs] Add note that not all tests can be run in-browser (#26446) --- docs/running-tests/from-web.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/running-tests/from-web.md b/docs/running-tests/from-web.md index fae4c961743f81..464febbfc0448d 100644 --- a/docs/running-tests/from-web.md +++ b/docs/running-tests/from-web.md @@ -4,6 +4,12 @@ Tests that have been merged on GitHub are mirrored at [http://w3c-test.org/][w3c [On properly-configured systems](from-local-system), local files may also be served from the URL [http://web-platform.test](http://web-platform.test). +Not all tests can be executed in-browser, as some tests rely on automation +(e.g. via [testdriver.js](../writing-tests/testdriver)) that is not available +when running a browser in a normal user session. + +## Web test runner + For running multiple tests inside a browser, there is a test runner located at `/tools/runner/index.html`.