1 write to _browserManagerConfiguration
Microsoft.AspNetCore.BrowserTesting (1)
BrowserManager.cs (1)
35_browserManagerConfiguration = configuration;
9 references to _browserManagerConfiguration
Microsoft.AspNetCore.BrowserTesting (9)
BrowserManager.cs (9)
63foreach (var (browserName, options) in _browserManagerConfiguration.BrowserOptions) 67var effectiveLaunchOptions = _browserManagerConfiguration.GetBrowserTypeLaunchOptions(options.BrowserLaunchOptions); 93browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(_browserManagerConfiguration.GetContextOptions(browserInstance))), 105browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(_browserManagerConfiguration.GetContextOptions(browserInstance, contextName))), 117browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(_browserManagerConfiguration.GetContextOptions(browserInstance, contextName, options))), 139_browserManagerConfiguration.TimeoutAfterFirstFailureInMilliseconds : 140_browserManagerConfiguration.TimeoutInMilliseconds; 166_browserManagerConfiguration.IsDisabled || 167_browserManagerConfiguration.DisabledBrowsers.Contains(browserKind.ToString()) ||