From 96bd183eaf4bd7e9b24c6b009cb1925677b8aaa2 Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Thu, 27 Mar 2025 09:17:38 +0530 Subject: [PATCH] update JS test commands in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47ca3fbdadc55..ee677d5faeba9 100644 --- a/README.md +++ b/README.md @@ -349,13 +349,13 @@ bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest To run the tests run: ```sh -bazel test //javascript/selenium-webdriver:tests +bazel test //javascript/selenium-webdriver:all ``` You can use `--test_env` to pass in the browser name as `SELENIUM_BROWSER`. ```sh -bazel test //javascript/selenium-webdriver:tests --test_env=SELENIUM_BROWSER=firefox +bazel test //javascript/selenium-webdriver:all --test_env=SELENIUM_BROWSER=firefox ```