File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
-//java/test/org/openqa/selenium:FormHandlingTest-chrome
2
+ -//java/test/org/openqa/selenium/bidi:BiDiSessionTest-remote
3
+ -//java/test/org/openqa/selenium/bidi:BiDiTest-remote
4
+ -//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote
5
+ -//java/test/org/openqa/selenium/bidi/log:LogInspectorTest-remote
6
+ -//java/test/org/openqa/selenium/devtools:CdpFacadeTest-remote
7
+ -//java/test/org/openqa/selenium/devtools:ChangeUserAgentTest-remote
8
+ -//java/test/org/openqa/selenium/devtools:DevToolsReuseTest-remote
9
+ -//java/test/org/openqa/selenium/devtools:JavascriptExceptionsTest-remote
10
+ -//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-chrome-remote
11
+ -//java/test/org/openqa/selenium/devtools:NetworkInterceptorTest-chrome-remote
2
12
-//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest
13
+ -//java/test/org/openqa/selenium/firefox:RemoteFirefoxDriverTest-remote
14
+ -//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-remote
15
+ -//py:auto-chrome-test/selenium/webdriver/common/virtual_authenticator_tests.py
Original file line number Diff line number Diff line change @@ -28,4 +28,6 @@ bazel query @npm//:all >/dev/null
28
28
# Now run the tests. The engflow build uses pinned browsers
29
29
# so this should be fine
30
30
# shellcheck disable=SC2046
31
- bazel test --config=remote-ci --test_tag_filters=-exclusive-if-local,-skip-remote --keep_going --flaky_test_attempts=2 //java/... -- $( cat .skipped-tests | tr ' \n' ' ' )
31
+ bazel test --config=remote-ci --build_tests_only --test_tag_filters=-exclusive-if-local,-skip-remote --keep_going --flaky_test_attempts=2 //java/... //py/... -- $( cat .skipped-tests | tr ' \n' ' ' )
32
+ # Build the entire java tree
33
+ bazel build --config=remote java/src/...
You can’t perform that action at this time.
0 commit comments