There was an error while loading. Please reload this page.
1 parent bfcc737 commit 4ac77f2Copy full SHA for 4ac77f2
1 file changed
dotnet/test/common/AssemblyFixture.cs
@@ -14,6 +14,8 @@ public AssemblyFixture()
14
[OneTimeSetUp]
15
public void RunBeforeAnyTest()
16
{
17
+ Internal.Logging.Log.SetLevel(Internal.Logging.LogEventLevel.Trace);
18
+
19
EnvironmentManager.Instance.WebServer.Start();
20
if (EnvironmentManager.Instance.Browser == Browser.Remote)
21
0 commit comments