You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
explain what needs to be installed locally in order to run TestWare.Samples.WinAppDriver.Desktop sample tests
Additional context
When you run the tests in local you get this error:
Test method TestWare.Samples.WinAppDriver.Desktop.Features.CalculatorFeature.AddNumbers threw exception:
OpenQA.Selenium.WebDriverException: An unknown exception was encountered sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/wd/hub/session. The exception message was: No connection could be made because the target machine actively refused it. (127.0.0.1:4723) ---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it. (127.0.0.1:4723) ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.
TestCleanup method TestWare.Samples.WinAppDriver.Desktop.Features.CalculatorFeature.TestTearDown threw exception. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object..
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
explain what needs to be installed locally in order to run TestWare.Samples.WinAppDriver.Desktop sample tests
Additional context
When you run the tests in local you get this error:
Test method TestWare.Samples.WinAppDriver.Desktop.Features.CalculatorFeature.AddNumbers threw exception:
OpenQA.Selenium.WebDriverException: An unknown exception was encountered sending an HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/wd/hub/session. The exception message was: No connection could be made because the target machine actively refused it. (127.0.0.1:4723) ---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it. (127.0.0.1:4723) ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.
TestCleanup method TestWare.Samples.WinAppDriver.Desktop.Features.CalculatorFeature.TestTearDown threw exception. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object..
The text was updated successfully, but these errors were encountered: