File tree Expand file tree Collapse file tree 2 files changed +722
-0
lines changed
java/test/org/openqa/selenium/grid/sessionmap/local Expand file tree Collapse file tree 2 files changed +722
-0
lines changed Original file line number Diff line number Diff line change 1+ load ("@rules_jvm_external//:defs.bzl" , "artifact" )
2+ load ("//java:defs.bzl" , "JUNIT5_DEPS" , "java_test_suite" )
3+
4+ java_test_suite (
5+ name = "SmallTests" ,
6+ size = "medium" ,
7+ srcs = glob (["*.java" ]),
8+ deps = [
9+ "//java/src/org/openqa/selenium:core" ,
10+ "//java/src/org/openqa/selenium/events" ,
11+ "//java/src/org/openqa/selenium/events/local" ,
12+ "//java/src/org/openqa/selenium/grid/data" ,
13+ "//java/src/org/openqa/selenium/grid/sessionmap" ,
14+ "//java/src/org/openqa/selenium/grid/sessionmap/local" ,
15+ "//java/src/org/openqa/selenium/remote" ,
16+ "//java/test/org/openqa/selenium/remote/tracing:tracing-support" ,
17+ artifact ("org.assertj:assertj-core" ),
18+ artifact ("org.junit.jupiter:junit-jupiter-api" ),
19+ ] + JUNIT5_DEPS ,
20+ )
You can’t perform that action at this time.
0 commit comments