Drelanium 1.13.1

dotnet add package Drelanium --version 1.13.1
NuGet\Install-Package Drelanium -Version 1.13.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drelanium" Version="1.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drelanium --version 1.13.1
#r "nuget: Drelanium, 1.13.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Drelanium as a Cake Addin
#addin nuget:?package=Drelanium&version=1.13.1

// Install Drelanium as a Cake Tool
#tool nuget:?package=Drelanium&version=1.13.1

C# Test Automation Framework based on Selenium.WebDriver to write browser automated tests with ease.
     Extends the usage of numerous Selenium types, and provides new useful features. Supports Page Object Model design pattern.

     Notes:
     This package does not include any test framework or runner (MSTest / NUnit / xUnit). Those should be added additionally to the project.
     Executing tests against local browser requires browser specific Selenium WebDriver NuGets (e.g. Selenium.Chrome.WebDriver). See more on https://www.seleniumhq.org/

     Included packages:
     - Selenium.WebDriver as the core of the framework,
     - FluentAssertions to write assertions in an extremely readable way,
     - Microsoft.Extensions.Configuration for managing the browser configurations,
     - Serilog as a .NET logging tool,
     - JetBrains.Annotations for ReSharper support,
     - Microsoft.SourceLink to provide source code link during debugging.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Drelanium:

Package Downloads
Drelanium.BDD

C# Test Automation Framework based on Selenium.WebDriver and SpecFlow to write browser automated tests with ease, following Behaviour Driven Development. Extends the usage of numerous Selenium types, and provides new useful features. Supports Page Object Model design pattern. Notes: This package does not include any test framework or runner (MSTest / NUnit / xUnit). Those should be added additionally to the project. Executing tests against local browser requires browser specific Selenium WebDriver NuGets (e.g. Selenium.Chrome.WebDriver). See more on https://www.seleniumhq.org/ Specflow requires additional NuGet packages aswell, to enable test generation and execution, depending on the chosen test framework(e.g. SpecFlow.Tools.MsBuild.Generation and SpecFlow.xUnit). See more on https://specflow.org/ Included packages: - Selenium.WebDriver as the core of the framework, - SpecFlow to enable writing test in BDD, - FluentAssertions to write assertions in an extremely readable way, - Microsoft.Extensions.Configuration for managing the browser configurations, - Serilog as a .NET logging tool, - Pickles as a BDD reporting tool, - JetBrains.Annotations for ReSharper support, - Microsoft.SourceLink to provide source code link during debugging.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.13.1 2,367 9/16/2019
1.13.0 1,982 9/12/2019
1.12.0 2,037 9/9/2019
1.11.0 1,007 9/5/2019
1.10.1 1,098 9/4/2019
1.10.0 1,052 9/4/2019
1.9.1 996 9/4/2019
1.9.0 1,010 9/3/2019
1.8.1 1,019 9/3/2019
1.8.0 1,009 9/3/2019
1.7.0 1,025 8/29/2019
1.6.0 1,003 8/29/2019
1.5.0 1,071 8/28/2019
1.4.0 1,032 8/26/2019
1.3.0 1,022 8/23/2019
1.2.0 1,033 8/22/2019
1.1.0 1,032 8/22/2019
1.0.0 1,034 8/22/2019

Added StopWatch property to BaseTestClass.