Skip to content

Commit

Permalink
Tests should run in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Apr 12, 2024
1 parent fea5538 commit 726f784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static IWebDriver CreateDefaultWebDriver()

// ~2x faster, no visual rendering
// remove when debugging to see the UI automation
//options.AddArguments("headless");
options.AddArguments("headless");

var env = Environment.GetEnvironmentVariable("EDGEWEBDRIVER");
if (string.IsNullOrEmpty(env))
Expand Down

0 comments on commit 726f784

Please sign in to comment.