forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buckconfig
43 lines (35 loc) · 1.49 KB
/
.buckconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[java]
src_roots = /java/client/src, /java/client/test, /java/server/src, /java/server/test
source_level = 8
target_level = 8
[project]
ignore = \
.git, \
.buckd, \
build, \
java/client/build, \
java/server/build
[cache]
mode = dir
[test]
# Maximum timeout of 10 minutes per test (since each suite counts as a test)
timeout = 600000
run_transitive = false
[tools]
closure_compiler = //third_party/closure:compiler
[alias]
chrome = //java/client/src/org/openqa/selenium/chrome:chrome
firefox = //java/client/src/org/openqa/selenium/firefox:firefox
remote = //java/client/src/org/openqa/selenium/remote:remote
safari = //java/client/src/org/openqa/selenium/safari:safari
grid = //java/server/src/org/openqa/grid/selenium:selenium
leg-rc = //java/client/src/com/thoughtworks/selenium:legacy-selenium-client
rc-server = //java/server/src/org/openqa/selenium/server:rc
selenium-java = //java/client/src/org/openqa/selenium:selenium-java
selenium-server-standalone = //java/server/src/org/openqa/grid/selenium:selenium
htmlrunner = //java/server/src/org/openqa/selenium/server/htmlrunner:selenium-runner
# Tests
chrome-test = //java/client/test/org/openqa/selenium/chrome:chrome
firefox-test = //java/client/test/org/openqa/selenium/firefox:marionette
grid-test = //java/client/test/org/openqa/selenium/remote:remote-driver-grid-tests
htmlunit-test = //java/client/test/org/openqa/selenium/htmlunit:htmlunit