-
Notifications
You must be signed in to change notification settings - Fork 0
/
intern.json
44 lines (42 loc) · 973 Bytes
/
intern.json
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
44
{
"suites": ["tests/connection-tests/**/*.js"],
"serverPort": 9093,
"socketPort": 9094,
"serveOnly": true,
"tunnelOptions": {
"drivers": [{
"name": "chrome",
"version": "2.36"
}]
},
"browser": {
"loader": {
"script": "systemjs"
},
"plugins": {
"script": "system-config.js",
"useLoader": true
}
},
"environments": [
{
"browserName": "chrome",
"fixSessionCapabilities": "no-detect",
"chromeOptions": {
"args": ["headless", "disable-gpu"]
}
}
],
"configs": {
"chrome": {
"environments": "chrome",
"tunnelOptions": {
"tunnel": "selenium",
"drivers": [{
"name": "chrome",
"version": "2.36"
}]
}
}
}
}