How do I run the tunnel using the framework C#- xUnit?

How do I run the tunnel using the framework C#- xUnit?

Hey NoahSmith,

To run the tunnel in C#- xUnit, please add the capability below:

 DesiredCapabilities capabilities = new DesiredCapabilities();
            capabilities.SetCapability("tunnel", true);