Listen to the internet

This commit is contained in:
Pranav K 2020-05-26 19:51:26 -07:00
parent 81007200b5
commit 53edc767a7
No known key found for this signature in database
GPG Key ID: F748807460A27E91
1 changed files with 3 additions and 0 deletions

View File

@ -140,8 +140,11 @@ namespace Microsoft.AspNetCore.E2ETesting
opts.AddArgument("--headless");
}
opts.AddArgument("--no-sandbox");
// Log errors
opts.SetLoggingPreference(LogType.Browser, LogLevel.All);
opts.SetLoggingPreference(LogType.Driver, LogLevel.All);
// On Windows/Linux, we don't need to set opts.BinaryLocation
// But for Travis Mac builds we do