The earlier update to nodejs rules 0.40.0 fixes the cross-platform RBE issues with nodejs_binary. This commit adds a work-around for rules_webtesting cross-platform RBE issues. PR Close #33708
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"environment" : "local",
|
|
"capabilities" : {
|
|
"browserName" : "chrome",
|
|
"goog:chromeOptions" : {
|
|
"binary" : "%FILE:CHROMIUM%",
|
|
"args" : [
|
|
"--headless",
|
|
"--use-gl=swiftshader-webgl"
|
|
]
|
|
},
|
|
"google:wslConfig": {
|
|
"binary": "%FILE:CHROMEDRIVER%",
|
|
"port":"%WSLPORT:WSL%",
|
|
"args": ["--port=%WSLPORT:WSL%"],
|
|
"status": true,
|
|
"shutdown": true
|
|
}
|
|
}
|
|
}
|