File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- echo "
3
+ cat << _EOF
4
4
{
5
- \" host\" : null,
6
- \" port\" : 4444,
7
- \" role\" : \" hub\" ,
8
- \" maxSession\" : $GRID_MAX_SESSION ,
9
- \" newSessionWaitTimeout\" : $GRID_NEW_SESSION_WAIT_TIMEOUT ,
10
- \" capabilityMatcher\" : \" org.openqa.grid.internal.utils.DefaultCapabilityMatcher\" ,
11
- \" throwOnCapabilityNotPresent\" : $GRID_THROW_ON_CAPABILITY_NOT_PRESENT ,
12
- \" jettyMaxThreads\" : $GRID_JETTY_MAX_THREADS ,
13
- \" cleanUpCycle\" : $GRID_CLEAN_UP_CYCLE ,
14
- \" browserTimeout\" : $GRID_BROWSER_TIMEOUT ,
15
- \" timeout\" : $GRID_TIMEOUT ,
16
- \" debug\" : $GRID_DEBUG
17
- }"
5
+ "host": null,
6
+ "port": 4444,
7
+ "role": "hub",
8
+ "maxSession": $GRID_MAX_SESSION ,
9
+ "newSessionWaitTimeout": $GRID_NEW_SESSION_WAIT_TIMEOUT ,
10
+ "capabilityMatcher": "org.openqa.grid.internal.utils.DefaultCapabilityMatcher",
11
+ "throwOnCapabilityNotPresent": $GRID_THROW_ON_CAPABILITY_NOT_PRESENT ,
12
+ "jettyMaxThreads": $GRID_JETTY_MAX_THREADS ,
13
+ "cleanUpCycle": $GRID_CLEAN_UP_CYCLE ,
14
+ "browserTimeout": $GRID_BROWSER_TIMEOUT ,
15
+ "timeout": $GRID_TIMEOUT ,
16
+ "debug": $GRID_DEBUG
17
+ }
18
+ _EOF
You can’t perform that action at this time.
0 commit comments