removed appveyor.yml file #93
12 fail, 1 skipped, 50 pass in 20m 10s
Annotations
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
CssSelectorLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
NameLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest
github-actions / Test Results
TickCheckboxTest (Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 29s]
Raw output
Initialization method Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest.BeforeTest threw exception. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:55090/session timed out after 60 seconds. ---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. ---> System.Net.Sockets.SocketException: The I/O operation has been aborted because of either a thread exit or an application request..
TestCleanup method Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest.AfterTest threw exception. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object.. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
--- End of inner exception stack trace ---
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities)
at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory, ChromeOptions options, TimeSpan commandTimeout)
at Ocaramba.DriverContext.Start() in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContext.cs:line 627
at Ocaramba.Tests.MsTest.ProjectTestBase.BeforeTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.MsTest\ProjectTestBase.cs:line 85
TestCleanup Stack Trace
at Ocaramba.DriverContext.SavePageSource(String fileName) in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContextHelper.cs:line 102
at Ocaramba.TestBase.SavePageSource(DriverContext driverContext) in D:\a\Ocaramba\Ocaramba\OcarambaLite\TestBase.cs:line 67
at Ocaramba.TestBase.SaveTestDetailsIfTestFailed(DriverContext driverContext) in D:\a\Ocaramba\Ocaramba\OcarambaLite\TestBase.cs:line 43
at Ocaramba.Tests.MsTest.ProjectTestBase.AfterTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.MsTest\ProjectTestBase.cs:line 95
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
XPathLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
IdLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
ClassNameLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
PartialLinkTextLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests
github-actions / Test Results
CheckSynchronizationWithAngularFuctionality (Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55089/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities)
at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory, ChromeOptions options, TimeSpan commandTimeout)
at Ocaramba.DriverContext.Start() in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContext.cs:line 627
at Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests.CheckSynchronizationWithAngularFuctionality() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\DriversCustomSettingsUnitTests.cs:line 43
--TaskCanceledException
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
--TimeoutException
--TaskCanceledException
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--IOException
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--SocketException
Check warning on line 0 in Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature
github-actions / Test Results
DoNotPressAnyKey("\"\"",null) (Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 19s]
Raw output
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55108/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
TearDown : System.NullReferenceException : Object reference not set to an instance of an object. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities)
at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout)
at OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory, ChromeOptions options, TimeSpan commandTimeout)
at Ocaramba.DriverContext.Start() in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContext.cs:line 627
at Ocaramba.Tests.Features.ProjectTestBase.BeforeTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.Features\ProjectTestBase.cs:line 108
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireEvents(HookType hookType)
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireScenarioEvents(HookType bindingEvent)
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnScenarioStart()
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()
at TechTalk.SpecFlow.TestRunner.CollectScenarioErrors()
at Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature.ScenarioCleanup()
at Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature.DoNotPressAnyKey(String key, String[] exampleTags) in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.Features\TestFeatures\SmokeTests.feature:line 106
--TaskCanceledException
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
--TimeoutException
--TaskCanceledException
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
--IOException
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--SocketException
--TearDown
at Ocaramba.DriverContext.SavePageSource(String fileName) in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContextHelper.cs:line 102
at Ocaramba.TestBase.SavePageSource(DriverContext driverContext) in D:\a\Ocaramba\Ocaramba\OcarambaLite\TestBase.cs:line 67
at Ocaramba.TestBase.SaveTestDetailsIfTestFailed(DriverContext driverContext) in D:\a\Ocaramba\Ocaramba\OcarambaLite\TestBase.cs:line 43
at Ocaramba.Tests.Features.ProjectTestBase.AfterTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.Features\ProjectTestBase.cs:line 121
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireEvents(HookType hookType)
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireScenarioEvents(HookType bindingEvent)
at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnScenarioEnd()
at TechTalk.SpecFlow.TestRunner.OnScenarioEnd()
at Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature.TestTearDown()
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
LinkTextLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check warning on line 0 in Ocaramba.Tests.Xunit.Tests.ExampleTest1
github-actions / Test Results
TestMethod1 (Ocaramba.Tests.Xunit.Tests.ExampleTest1) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 24s]
Raw output
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 5 seconds at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition, CancellationToken token)
at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
at Ocaramba.Extensions.WebDriverExtensions.SwitchToWindowUsingUrl(IWebDriver webDriver, Uri url, Double timeout) in D:\a\Ocaramba\Ocaramba\OcarambaLite\Extensions\WebDriverExtensions.cs:line 187
at Ocaramba.Tests.PageObjects.PageObjects.TheInternet.MultipleWindowsPage.OpenNewWindowPage() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.PageObjects\PageObjects\TheInternet\MultipleWindowsPage.cs:line 43
at Ocaramba.Tests.Xunit.Tests.ExampleTest1.TestMethod1() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.Xunit\Tests\ExampleTest1.cs:line 36
Check warning on line 0 in Ocaramba.UnitTests.Tests.LocatorExtensionsTests
github-actions / Test Results
TagNameLocatorTest (Ocaramba.UnitTests.Tests.LocatorExtensionsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 1m 26s]
Raw output
OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55088/session timed out after 60 seconds.
----> System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
----> System.TimeoutException : The operation was canceled.
----> System.Threading.Tasks.TaskCanceledException : The operation was canceled.
----> System.IO.IOException : Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..
----> System.Net.Sockets.SocketException : The I/O operation has been aborted because of either a thread exit or an application request.
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
Ocaramba.UnitTests.Tests.JavaScriptAlertsTestsNUnit ‑ LogJavaScriptErrorTest
Check notice on line 0 in .github
github-actions / Test Results
63 tests found
There are 63 tests, see "Raw output" for the full list of tests.
Raw output
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ DoNotPressAnyKey("\"\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"1\"","\"NUMPAD1\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"ALT\"","\"ALT\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"ARROW DOWN\"","\"DOWN\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"ARROW LEFT\"","\"LEFT\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"DELETE\"","\"DELETE\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"ESC\"","\"ESCAPE\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"F2\"","\"F2\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"MULTIPLY\"","\"MULTIPLY\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"PAGE DOWN\"","\"PAGE_DOWN\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"PAGE UP\"","\"PAGE_UP\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"SHIFT\"","\"SHIFT\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"SPACE\"","\"SPACE\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"SUBTRACT\"","\"SUBTRACT\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ KeyPressesTest("\"TAB\"","\"TAB\"",null)
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyDefaultOptionSelectedInDropdown
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyIfDropdownOptionCanBeSelectedByIndex
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyIfDropdownOptionCanBeSelectedByIndexWithCustomTimeout
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyIfDropdownOptionCanBeSelectedByText
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyIfDropdownOptionCanBeSelectedByValue
Ocaramba.Tests.Features.TestFeatures.SmokeTestsFeature ‑ VerifyIfDropdownOptionCanBeSelectedByValueWithCustomTimeout
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ ClickFloatingMenuTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ GetElementTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ GetElementTestWithCustomTimeoutTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ GetElementWithCustomConditionTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ GetElementWithCustomTimeoutAndConditionTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ JavaScriptClickTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ PageSourceContainsCaseTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ TickCheckboxTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ ToByTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ UnTickCheckboxTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ VerifyTest
Ocaramba.Tests.MsTest.Tests.HerokuappTestsMsTest ‑ WaitElementDissapearsTest
Ocaramba.Tests.NUnit.Tests.HerokuappTestsNUnit ‑ TablesTest
Ocaramba.Tests.Xunit.Tests.ExampleTest1 ‑ ContextMenuTest
Ocaramba.Tests.Xunit.Tests.ExampleTest1 ‑ TestMethod1
Ocaramba.Tests.Xunit.Tests.ExampleTest2 ‑ NestedFramesTest
Ocaramba.UnitTests.Tests.DateHelperTests ‑ CurrentDateTest
Ocaramba.UnitTests.Tests.DateHelperTests ‑ CurrentTimeStampTest
Ocaramba.UnitTests.Tests.DateHelperTests ‑ GetFutureDateTest
Ocaramba.UnitTests.Tests.DateHelperTests ‑ TomorrowDateTest
Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests ‑ CheckSynchronizationWithAngularFuctionality
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ CopyDeleteFileTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ GetAllFilesFromAllSubFoldersPrefixTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ GetAllFilesFromAllSubFoldersTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ GetFilesOfGivenTypeFromAllSubFolderTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ GetFilesOfGivenTypeFromAllSubFoldersTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ RenameDeleteFileTest
Ocaramba.UnitTests.Tests.FilesHelperTests ‑ WaitForFileOfGivenNameExceptionTest
Ocaramba.UnitTests.Tests.JavaScriptAlertsTestsNUnit ‑ LogJavaScriptErrorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ ClassNameLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ CssSelectorLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ IdLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ LinkTextLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ NameLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ PartialLinkTextLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ TagNameLocatorTest
Ocaramba.UnitTests.Tests.LocatorExtensionsTests ‑ XPathLocatorTest
Ocaramba.UnitTests.Tests.NameHelperTests ‑ RemoveSpecialCharactersTest
Ocaramba.UnitTests.Tests.NameHelperTests ‑ ShortenFileNameTest
Ocaramba.UnitTests.Tests.WaitHelperTests ‑ WaitReturnFalseTest
Ocaramba.UnitTests.Tests.WaitHelperTests ‑ WaitReturnTrueTest
Ocaramba.UnitTests.Tests.WaitHelperTests ‑ WaitTimeoutExceptionTest