mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
20 lines
301 B
JSON
20 lines
301 B
JSON
|
{
|
||
|
"capabilities":
|
||
|
[
|
||
|
{
|
||
|
"browserName": "chrome",
|
||
|
"maxInstances": 5,
|
||
|
"seleniumProtocol": "WebDriver"
|
||
|
}
|
||
|
],
|
||
|
"role": "standalone",
|
||
|
"port": 4444,
|
||
|
"debug": false,
|
||
|
"browserTimeout": 0,
|
||
|
"timeout": 1800,
|
||
|
"enablePassThrough": true,
|
||
|
"server": {
|
||
|
"port": 4444
|
||
|
}
|
||
|
}
|