Skip to content

Releases: Accenture/Ocaramba

Version 3.2.9

15 Apr 09:14
0b81b36
Compare
Choose a tag to compare

Added support of net 4.5,
Added possibility to EnableVerboseLogging for Chrome,
Added support for Edge Chromium.Fixes #123,
Removed OpenCover,
Added support for https://github.com/dotnet/sourcelink for debugging and Symbol snupkg

Version 3.2.8

06 Mar 14:17
13c5b57
Compare
Choose a tag to compare

Updated net. core to version 3.1.
Removed Microsoft.AnalysisServices and System.Data.SqlClient from OcarambaLite
Fixed TestOutput paths.
Updated Documentation project.
Added ExecutingTestsOnDocker

Updates:
Microsoft.Extensions.Configuration 3.1.2
Microsoft.Extensions.Configuration.Json 3.1.2
Microsoft.NET.Test.Sdk Version 16.5.0
System.Configuration.ConfigurationManager 4.7.0

Version 3.2.7

10 Feb 13:35
a2c4438
Compare
Choose a tag to compare

Creation of lighten version of Ocaramba - Ocaramba Lite - without selenium drivers.
Previous Ocaramba package works without any changes.

Version 3.2.6

07 Jan 08:45
85fdf6b
Compare
Choose a tag to compare

Added GetBrowserDriversFolder method to solve problem in .net Core and Selenium with finding drivers in bin folder.
Updated Dockerfile.
Fixed nlog path on linux.
Enabled SeleniumScreenShotEnabled on L.inux
Set proper path to datadriven on linux.
Added icon logo, added PackageIconUrl for Nuget package.
Fixed reference to NLog.Web.AspNetCore.
Replace Selenium.WebDriver.GeckoDriver.Win64 by Selenium.WebDriver.GeckoDriver.
Added FirefoxArguments to appsettings.json.

Version 3.2.5

11 Oct 18:12
Compare
Choose a tag to compare

Added support for .NET Core 2.2
Changed .NET Framework from 4.5 to 4.7.2
Updated SpecFlow to version 3.0.22

Version 3.1.17

17 Sep 06:54
Compare
Choose a tag to compare

Added Capabilities to remote web driver to use proxies.
Added options to control different proxies, - to do - maybe move it to separate config file.

Added option to control remote webdriver timeout

Version 3.1.16

20 Aug 08:22
Compare
Choose a tag to compare

Set Ocaramba.Features, Ocaramba.MsTest, Ocaramba.Nunit and Ocaramba.Xunit as [DEPRECATED],
Use Install-Package Ocaramba
instead.
Added Ocaramba.nuspec.
Replaced Microsoft.AnalysisServices.AdomdClient by Microsoft.AnalysisServices.AdomdClient.retail.amd64.
Updated Selenium.WebDriver.ChromeDriver.75.0.3770.140.

Version 3.1.15

29 Apr 08:15
a098412
Compare
Choose a tag to compare

Fixed execution test on Edge, added CreateDefaultService https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19201233/, more details here

Added executing tests when setting path to folder with drivers
fixed links to objectivityltd.github.io

Updated EWSoftware.SHFB 2019.4.14
NUnit.Console 3.10.0
NUnit.ConsoleRunner 3.10.0
NUnit.Runners 3.10.0
NUnit3TestAdapter 3.13.0
Selenium.WebDriver.IEDriver 3.141.59
Selenium.WebDriver.ChromeDriver 73.0.3683.68
Selenium.WebDriver.GeckoDriver.Win64 0.24.0

Version 3.1.14

19 Apr 10:37
bf06646
Compare
Choose a tag to compare

Breaking change:

Renamed Objectivity.Test.Automation to Ocaramba framework

Uninstall previous packages:
Objectivity.Test.Automation.Common.NUnit,
Objectivity.Test.Automation.Common.Features,
Objectivity.Test.Automation.Common.MsTest,
Objectivity.Test.Automation.Common.xUnit,

and
Install-Package Ocaramba.Features or
Install-Package Ocaramba.MsTest or
Install-Package Ocaramba.NUnit or
Install-Package Ocaramba.xUnit

Replace "using Objectivity.Test.Automation.Common" to "using Ocaramba"

Version 3.1.13

10 Apr 06:18
2322421
Compare
Choose a tag to compare

Setting name of tests for CloudProviderCrossBrowser (BrowserStack, SauceLabs)