We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0501c commit ccbf354Copy full SHA for ccbf354
server/tests/overall_core/mod.rs
@@ -164,6 +164,7 @@ macro_rules! harness {
164
// Start the webdriver.
165
let server_url = "http://localhost:4444";
166
let mut caps = DesiredCapabilities::chrome();
167
+ caps.add_arg("--resolution=1024x768");
168
caps.add_arg("--headless")?;
169
// On Ubuntu CI, avoid failures, probably due to running Chrome as
170
// root.
0 commit comments