zrhoffman commented on PR #7206:
URL: https://github.com/apache/trafficcontrol/pull/7206#issuecomment-1320522886
This causes an error actually
```jq
$ jq ' \
.capabilities.chromeOptions.args += [ \
"--disable-extensions", \
"--ignore-certificate-errors", \
"--no-sandbox", \
"--whitelisted-ips=" \
] | \
.getPageTimeout = 120000 \
.allScriptsTimeout = 300000 \
.defaultTimeoutInterval = 12000 \
.params.junitReporter = true'
jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix
shell quoting issues?) at <top-level>, line 1:
\
jq: 1 compile error
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]