@@ -160,17 +160,16 @@ desc 'Build the standalone server'
160
160
task 'selenium-server-standalone' => '//java/server/src/org/openqa/selenium/grid:selenium_server_deploy.jar'
161
161
162
162
task :test_javascript => [
163
- 'calcdeps' ,
164
- '//javascript/atoms:atoms-chrome:run' ,
165
- '//javascript/webdriver:webdriver-chrome:run' ,
166
- '//javascript/selenium-atoms:selenium-atoms-chrome:run' ,
167
- '//javascript/selenium-core:selenium-core-chrome:run' ]
163
+ '//javascript/atoms:test-chrome:run' ,
164
+ '//javascript/webdriver:test-chrome:run' ,
165
+ '//javascript/selenium-atoms:test-chrome:run' ,
166
+ '//javascript/selenium-core:test-chrome:run' ]
168
167
task :test_chrome => [ "//java/client/test/org/openqa/selenium/chrome:chrome:run" ]
169
168
task :test_edge => [ "//java/client/test/org/openqa/selenium/edge:edge:run" ]
170
169
task :test_chrome_atoms => [
171
- '//javascript/atoms:test_chrome :run' ,
172
- '//javascript/chrome-driver:test:run' ,
173
- '//javascript/webdriver:test_chrome :run' ]
170
+ '//javascript/atoms:test-chrome :run' ,
171
+ '//javascript/chrome-driver:test-chrome :run' ,
172
+ '//javascript/webdriver:test-chrome :run' ]
174
173
task :test_htmlunit => [
175
174
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit:run"
176
175
]
0 commit comments