This change moves the `dev-infra/browsers` folder into `dev-infra/bazel`. The browser folder is providing custom configuration for Bazel, so it should live within the `bazel` folder for a more well-structured `dev-infra` folder. PR Close #42268
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"environment": "local",
|
|
"capabilities": {
|
|
"browserName": "firefox",
|
|
"moz:firefoxOptions": {
|
|
"binary": "%FILE:FIREFOX%",
|
|
"args": ["--headless"]
|
|
},
|
|
"google:wslConfig": {
|
|
"binary": "%FILE:GECKODRIVER%",
|
|
"port":"%WSLPORT:WSL%",
|
|
"args": [
|
|
"--port=%WSLPORT:WSL%",
|
|
"--host=%WSL:HOST_IP%",
|
|
"--marionette-port=%WSLPORT:MARIONETTE%"
|
|
],
|
|
"status": true,
|
|
"shutdown": false
|
|
}
|
|
}
|
|
}
|