Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created October 22, 2011 12:30
Show Gist options
  • Save freynaud/1305943 to your computer and use it in GitHub Desktop.
Save freynaud/1305943 to your computer and use it in GitHub Desktop.
java_test(name = "test",
srcs = [
"misc/**/*.java",
"node/**/*.java",
"utils/**/*.java",
"//java/server/test/org/openqa/grid/internal/mock/*.java",
],
main = "org.testng.TestNG",
args = "grid-e2e-tests.xml",
deps = [
"//java/client/src/com/thoughtworks/selenium",
"//java/server/src/org/openqa/grid/selenium",
"//java/client/test/org/openqa/selenium",
"//third_party/java/testng",
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment