![]() |
VOOZH | about |
dotnet add package WWSeleniumBase.Framework --version 1.0.5
NuGet\Install-Package WWSeleniumBase.Framework -Version 1.0.5
<PackageReference Include="WWSeleniumBase.Framework" Version="1.0.5" />
<PackageVersion Include="WWSeleniumBase.Framework" Version="1.0.5" />Directory.Packages.props
<PackageReference Include="WWSeleniumBase.Framework" />Project file
paket add WWSeleniumBase.Framework --version 1.0.5
#r "nuget: WWSeleniumBase.Framework, 1.0.5"
#:package WWSeleniumBase.Framework@1.0.5
#addin nuget:?package=WWSeleniumBase.Framework&version=1.0.5Install as a Cake Addin
#tool nuget:?package=WWSeleniumBase.Framework&version=1.0.5Install as a Cake Tool
The Framework is based on snippits take from various areas to assist in making life easier when Automation projects
This base frame work can be plugged into any C# project and setup to run Automatedt Tests
The base framework contains a Core module that supports testing on multiple platfoms : Mobile, Web GUI and Api. These module consists out of multiple elements that assist in the day to day testing tasks and also provides HTML Reports.
Core Modules -- Helpers These classes are setup to be helper classes for the Core framework currnetly ranges from Encryption helpers to Loghelpers While these classes are not limited to only the current set, they can be extended -- Logging These classes assist with all the logging capabilities of the framework -- Selenium These clases use the base functions of Selenium like the : Driver , Wait and Webdriver factory/options -- Services These classes are used with Api Testing and contains service calls for rest services -- Utilities These classes are customs sets of commands used to build basic test cases in a new project
<TestRunParameters> <Parameter name="TestUrl" value="https://wwit.netlify.app" />
<Parameter name="BrowserType" value="Chrome" />
<Parameter nmae="IsHeadless" value="false" />
</TestRunParameters> </RunSettings>
Additional support added for the Specflo tests and can be configured via "Settings.json file"*
Example****
{
"TestUrl": "https://wwit.netlify.app"
}
The link below has some of the sample projects that ustilizes the framework
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Updated project to target .net8