12 lines
361 B
Cheetah
12 lines
361 B
Cheetah
{
|
|
"chromeLaunchConfig": {
|
|
"args": ["--disable-dev-shm-usage", "--no-sandbox", "--disable-gpu"],
|
|
"ignoreHTTPSErrors": true
|
|
},
|
|
"headers": {
|
|
{{if not (empty .PA11Y_USERNAME)}}
|
|
{{ $credentials := print .PA11Y_USERNAME ":" .PA11Y_PASSWORD }}
|
|
"Authorization": "Basic {{b64enc $credentials}}"
|
|
{{end}}
|
|
}
|
|
} |