Selenium.Essentials.Api
1.0.4
See the version list below for details.
dotnet add package Selenium.Essentials.Api --version 1.0.4
NuGet\Install-Package Selenium.Essentials.Api -Version 1.0.4
<PackageReference Include="Selenium.Essentials.Api" Version="1.0.4" />
paket add Selenium.Essentials.Api --version 1.0.4
#r "nuget: Selenium.Essentials.Api, 1.0.4"
// Install Selenium.Essentials.Api as a Cake Addin
#addin nuget:?package=Selenium.Essentials.Api&version=1.0.4
// Install Selenium.Essentials.Api as a Cake Tool
#tool nuget:?package=Selenium.Essentials.Api&version=1.0.4
Build your Api test easily with few simple steps and this framework allows you to focus more on your Test. The wrapper allows to call the endpoints easily and provide different options on your request and response.
Overview This framework is build as part of Selenium Essentials to provide a Api framework which allows to make calls to endpoint easily.
- Api framework to write integration tests -- Supports fluent way of endpoint definitions -- Support most of the operations -- Simple and easy to manage the tests
Example, return new TestApiHttp() .SetEnvironment(__OpenWeatherDomain) .PrepareRequest(route) .Get() .ResponseBody .ContentJson;
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- HtmlAgilityPack (>= 1.11.34)
- Pj.Library (>= 1.0.3)
- Pj.Library.ThirdParty (>= 1.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release 1.0.4
- Introduction of Selenium.Essentials.Api for Api testing
- Usage of utilities from Pj.Library
- Remove Utility class from Selenium Essentials
- Move properties from Utility class to SeAppConfig class
- Move InitializeFramework(..) from Utility to SeAppConfig class