From e72e01d9ff551b7cf927dccbf26ceec2a2e9acfe Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 19 May 2020 12:06:09 +0100 Subject: [PATCH] Remove mentions of runtests-browser in CONTRIBUTING.md The gulp tasks were removed in #30054, but the contributing guidelines weren't updated accordingly. --- CONTRIBUTING.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6ecd1d66ae1b..06d20d60acf37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,19 +139,6 @@ gulp runtests --tests=2dArrays ## Debugging the tests -To debug the tests, invoke the `runtests-browser` task from gulp. -You will probably only want to debug one test at a time: - -```Shell -gulp runtests-browser --tests=2dArrays -``` - -You can specify which browser to use for debugging. Currently, Chrome and IE are supported: - -```Shell -gulp runtests-browser --tests=2dArrays --browser=chrome -``` - You can debug with VS Code or Node instead with `gulp runtests --inspect=true`: ```Shell