Skip to content

Commit

Permalink
[dotnet] Enable internal logging at trace level for unit tests (#13727)
Browse files Browse the repository at this point in the history
* Update AssemblyFixture.cs

* Added sleep for driver service init polling

* Remove sleep as not related
  • Loading branch information
nvborisenko committed Mar 25, 2024
1 parent bfcc737 commit 4ac77f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotnet/test/common/AssemblyFixture.cs
Expand Up @@ -14,6 +14,8 @@ public AssemblyFixture()
[OneTimeSetUp]
public void RunBeforeAnyTest()
{
Internal.Logging.Log.SetLevel(Internal.Logging.LogEventLevel.Trace);

EnvironmentManager.Instance.WebServer.Start();
if (EnvironmentManager.Instance.Browser == Browser.Remote)
{
Expand Down

0 comments on commit 4ac77f2

Please sign in to comment.