PR #473 #80
6 fail, 2 skipped, 64 pass in 5m 33s
Annotations
Check warning on line 0 in Ocaramba.UnitTests.Tests.TakingScreehShotsOfElementsTests
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
TakingScreehShotsOfElementInIFrameTest (Ocaramba.UnitTests.Tests.TakingScreehShotsOfElementsTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 20s]
Raw output
ImageMagick.MagickCorruptImageErrorException : negative or zero image size `D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.UnitTests\bin\Release\net472\TestOutput\ChromeTextWithinIFrameDIFF.png' @ error/image.c/CloneImage/815 at ImageMagick.MagickExceptionHelper.Check(IntPtr exception) in /_/src/Magick.NET/Exceptions/MagickExceptionHelper.cs:line 18
at ImageMagick.MagickImage.NativeMagickImage.WriteFile(IMagickSettings`1 settings) in /_/src/Magick.NET/Generated/Magick.NET.SourceGenerator/ImageMagick.SourceGenerator.NativeInteropGenerator/MagickImage.g.cs:line 6674
at Ocaramba.UnitTests.Tests.TakingScreehShotsOfElementsTests.TakingScreehShotsOfElementInIFrameTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\TakingScreehShotsOfElementsTests.cs:line 63
Check warning on line 0 in Ocaramba.Tests.NUnit.Tests.HerokuappTestsNUnit
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
MultipleWindowsTest (Ocaramba.Tests.NUnit.Tests.HerokuappTestsNUnit) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 12s]
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.Tests.PageObjects.PageObjects.TheInternet.MultipleWindowsPage.OpenNewWindowPage() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.PageObjects\PageObjects\TheInternet\MultipleWindowsPage.cs:line 43
Check warning on line 0 in Ocaramba.Tests.Angular.Tests.AngularTestNunit
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
AngularPageNavigationTest (Ocaramba.Tests.Angular.Tests.AngularTestNunit) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 6s]
Raw output
OneTimeSetUp: System.IO.FileLoadException : Could not load file or assembly 'System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at OpenQA.Selenium.Command.get_ParametersAsJsonString()
at OpenQA.Selenium.Remote.HttpCommandExecutor.HttpRequestInfo..ctor(Uri serverUri, Command commandToExecute, HttpCommandInfo commandInfo)
at OpenQA.Selenium.Remote.HttpCommandExecutor.<ExecuteAsync>d__34.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.<ExecuteAsync>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at OpenQA.Selenium.WebDriver.<ExecuteAsync>d__63.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities)
at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities)
at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout)
at Ocaramba.DriverContext.Start() in D:\a\Ocaramba\Ocaramba\OcarambaLite\DriverContext.cs:line 598
Check warning on line 0 in Ocaramba.UnitTests.Tests.DateHelperTests
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
CurrentTimeStampTest (Ocaramba.UnitTests.Tests.DateHelperTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 0s]
Raw output
Assert.That(DateTime.Now, Is.EqualTo(DateTime.ParseExact(DateHelper.CurrentTimeStamp, "ddMMyyyyHHmmss", null)))
Expected: 2024-12-02 09:32:51
But was: 2024-12-02 09:32:51.640942
at Ocaramba.UnitTests.Tests.DateHelperTests.CurrentTimeStampTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\DateHelperTests.cs:line 28
1) at Ocaramba.UnitTests.Tests.DateHelperTests.CurrentTimeStampTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\DateHelperTests.cs:line 28
Check warning on line 0 in Ocaramba.Tests.NUnit.Tests.SaveScreenShotsPageSourceTestsNUnit
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
SaveFullScreenShotTest (Ocaramba.Tests.NUnit.Tests.SaveScreenShotsPageSourceTestsNUnit) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 17s]
Raw output
Ocaramba.Exceptions.WaitTimeoutException : Timeout after 10 second(s), Waiting for file number to increase in D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net472\TestOutput at Ocaramba.Helpers.WaitHelper.Wait(Func`1 condition, TimeSpan timeout, TimeSpan sleepInterval, String message) in D:\a\Ocaramba\Ocaramba\OcarambaLite\Helpers\WaitHelper.cs:line 69
at Ocaramba.Helpers.FilesHelper.WaitForFileOfGivenType(FileType type, Double waitTime, Int32 filesNumber, String folder, Boolean checkSize) in D:\a\Ocaramba\Ocaramba\OcarambaLite\Helpers\FilesHelper.cs:line 362
at Ocaramba.Tests.PageObjects.PageObjects.TheInternet.DownloadPage.CheckIfScreenShotIsSaved(Int32 screenShotNumber) in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.PageObjects\PageObjects\TheInternet\DownloadPage.cs:line 116
at Ocaramba.Tests.NUnit.Tests.SaveScreenShotsPageSourceTestsNUnit.SaveFullScreenShotTest() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.NUnit\Tests\SaveScreenShotsPageSourceTestsNUnit.cs:line 39
Check warning on line 0 in Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests
github-actions / ExecutingTestsOnWindowsGithubActionsNet3
CheckSynchronizationWithAngularFuctionality (Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests) failed
D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.net4.xml [took 1m 7s]
Raw output
Assert.That("Default setting is not false", Is.EqualTo(Default_false))
Expected: False
But was: "Default setting is not false"
at Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests.CheckSynchronizationWithAngularFuctionality() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\DriversCustomSettingsUnitTests.cs:line 51
1) at Ocaramba.UnitTests.Tests.DriversCustomSettingsUnitTests.CheckSynchronizationWithAngularFuctionality() in D:\a\Ocaramba\Ocaramba\Ocaramba.UnitTests\Tests\DriversCustomSettingsUnitTests.cs:line 51