File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium/interactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ load ("@rules_jvm_external//:defs.bzl" , "artifact" )
2+ load ("//java:defs.bzl" , "java_selenium_test_suite" )
3+
4+ java_selenium_test_suite (
5+ name = "large-tests" ,
6+ size = "large" ,
7+ srcs = glob (["*Test.java" ]),
8+ browsers = [
9+ "chrome" ,
10+ ],
11+ data = [
12+ "//third_party/chrome_ext:backspace.crx" ,
13+ ],
14+ javacopts = [
15+ "--release" ,
16+ "11" ,
17+ ],
18+ tags = [
19+ "selenium-remote" ,
20+ ],
21+ deps = [
22+ "//java/test/org/openqa/selenium:helpers" ,
23+ "//java/src/org/openqa/selenium/json:json" ,
24+ "//java/src/org/openqa/selenium/chrome" ,
25+ "//java/src/org/openqa/selenium/remote" ,
26+ "//java/src/org/openqa/selenium/support" ,
27+ "//java/test/org/openqa/selenium/build" ,
28+ "//java/test/org/openqa/selenium/testing:annotations" ,
29+ "//java/test/org/openqa/selenium/testing:test-base" ,
30+ "//java/test/org/openqa/selenium/testing/drivers" ,
31+ artifact ("junit:junit" ),
32+ artifact ("org.assertj:assertj-core" ),
33+ artifact ("org.mockito:mockito-core" ),
34+ ],
35+ )
You can’t perform that action at this time.
0 commit comments