mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +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
|
|
}
|
|
}
|