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)
63
foreach (var (browserName, options) in
_browserManagerConfiguration
.BrowserOptions)
67
var effectiveLaunchOptions =
_browserManagerConfiguration
.GetBrowserTypeLaunchOptions(options.BrowserLaunchOptions);
93
browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(
_browserManagerConfiguration
.GetContextOptions(browserInstance))),
105
browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(
_browserManagerConfiguration
.GetContextOptions(browserInstance, contextName))),
117
browser.NewContextAsync(contextInfo.ConfigureUniqueHarPath(
_browserManagerConfiguration
.GetContextOptions(browserInstance, contextName, options))),
139
_browserManagerConfiguration
.TimeoutAfterFirstFailureInMilliseconds :
140
_browserManagerConfiguration
.TimeoutInMilliseconds;
166
_browserManagerConfiguration
.IsDisabled ||
167
_browserManagerConfiguration
.DisabledBrowsers.Contains(browserKind.ToString()) ||