github.com/bazelbuild/rules_webtesting@v0.2.0/browsers/firefox-local.json (about) 1 { 2 "environment": "local", 3 "capabilities": { 4 "browserName": "firefox", 5 "moz:firefoxOptions": { 6 "binary": "%FILE:FIREFOX%", 7 "args": ["--headless"] 8 }, 9 "google:wslConfig": { 10 "binary": "%FILE:GECKODRIVER%", 11 "port":"%WSLPORT:WSL%", 12 "args": [ 13 "--port=%WSLPORT:WSL%", 14 "--host=%WSL:HOST_IP%", 15 "--marionette-port=%WSLPORT:MARIONETTE%" 16 ], 17 "status": true, 18 "shutdown": false 19 } 20 } 21 }