Info
Version: | 1.13.1 |
Author(s): | Drelanim |
Last Update: | Monday, September 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Drelanim/Drelanium |
NuGet Url: | https://www.nuget.org/packages/Drelanium |
Install
Install-Package Drelanium
dotnet add package Drelanium
paket add Drelanium
Drelanium Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentAssertions(>= 5.9.0)
- JetBrains.Annotations(>= 2019.1.3)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.4)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Selenium.Support(>= 3.141.0)
- Selenium.WebDriver(>= 3.141.0)
- Serilog(>= 2.8.0)
Tags
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.