forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buckconfig
38 lines (31 loc) · 1.3 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
[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
[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
htmlunit = //java/client/src/org/openqa/selenium/htmlunit:htmlunit
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
se3-server = //java/server/src/org/openqa/selenium/remote/server:standalone-server
# Tests
firefox-test = //java/client/test/org/openqa/selenium/firefox:test-synthesized
htmlunit-test = //java/client/test/org/openqa/selenium/htmlunit:htmlunit