git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New flakiness dashboard should hyperlink test names, WebKit revisions, and bubbles
[WebKit-https.git]
/
Websites
/
test-results
/
include
/
config.json
1
{
2
"debug": true,
3
"jsonCacheMaxAge": 600,
4
"database": {
5
"host": "localhost",
6
"port": "5432",
7
"username": "safari-test-history",
8
"password": "password",
9
"name": "safari-test-history-db"
10
},
11
"masters": [
12
"build.webkit.org",
13
"build-safari.apple.com"
14
],
15
"testCategories": {
16
"LayoutTest": {
17
"url": "https://trac.webkit.org/browser/trunk/LayoutTests/$testName"
18
}
19
}
20
}