File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 browser : chrome
2020 cache-key : java-${{ matrix.os }}-tests
2121 run : |
22- bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest ^
23- //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest ^
24- //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest ^
25- //java/test/org/openqa/selenium/grid/gridui:OverallGridTest ^
26- //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest ^
27- //java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest ^
22+ bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
23+ //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
24+ //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
25+ //java/test/org/openqa/selenium/grid/gridui:OverallGridTest `
26+ //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
27+ //java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest `
2828 //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
2929
3030 browser-tests-macos :
You can’t perform that action at this time.
0 commit comments