From e8750f101248239f0abfa768af4d515f054d8713 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Wed, 11 Jan 2023 22:39:49 +0800 Subject: [PATCH] clarify that config.json needs to go in tests/wpt/web-platform-tests --- tests/wpt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/README.md b/tests/wpt/README.md index cd3c32aca5a..9b1328ceafa 100644 --- a/tests/wpt/README.md +++ b/tests/wpt/README.md @@ -116,7 +116,7 @@ won’t report test results correctly. To fix this: * → `1` if you want to play with the test interactively (≈ pause-after-test) * → `0` if you don’t care about that (though it’s also ok to use `1` always) * `%(debug)s` → `true` -4. Create a `config.json` as follows (see `tools/wave/config.default.json` for defaults): +4. Create a `./config.json` as follows (see `tools/wave/config.default.json` for defaults): ``` {"aliases": [{ "url-path": "/resources/testharnessreport.js",