From c5cce5d63fac23a2304154212ee950fc5acc0895 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Tue, 25 Mar 2025 13:21:51 +0530 Subject: [PATCH] chore(CONTRIBUTING.md): update bazel commands for JS --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8117c70ca6981..bdf7e0c100943 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -255,12 +255,12 @@ Build your code for the latest changes and run tests locally. Node Tests ```shell - % bazel test //javascript/node/selenium-webdriver:tests + % bazel test //javascript/node/selenium-webdriver:all ``` Firefox Atom Tests ```shell - % bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/... + % bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/webdriver/... ``` Grid UI Unit Tests