Ossa.TestFramework.UIIntegration.Selenium 0.4.0-alpha0025

This is a prerelease version of Ossa.TestFramework.UIIntegration.Selenium.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ossa.TestFramework.UIIntegration.Selenium --version 0.4.0-alpha0025
                    
NuGet\Install-Package Ossa.TestFramework.UIIntegration.Selenium -Version 0.4.0-alpha0025
                    
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="Ossa.TestFramework.UIIntegration.Selenium" Version="0.4.0-alpha0025" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ossa.TestFramework.UIIntegration.Selenium" Version="0.4.0-alpha0025" />
                    
Directory.Packages.props
<PackageReference Include="Ossa.TestFramework.UIIntegration.Selenium" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ossa.TestFramework.UIIntegration.Selenium --version 0.4.0-alpha0025
                    
#r "nuget: Ossa.TestFramework.UIIntegration.Selenium, 0.4.0-alpha0025"
                    
#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.
#:package Ossa.TestFramework.UIIntegration.Selenium@0.4.0-alpha0025
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=0.4.0-alpha0025&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=0.4.0-alpha0025&prerelease
                    
Install as a Cake Tool

Ossa IT Test Framework Package

Overview

This package provides an integration test framework for C# using various different plugin framweworks. It allows for a view based configuration setup that makes it easy to deliver tests on a page by page basis.

Currently supported framwworks:

  • Playwright

Getting Started

Install the package to your integration project using nuget manager or from the dotnet command line:

dotnet new add Ossa.TestFramework.UIIntegration

Starter integration project

You can install the Ossa TestFramework template to get a sample Integration project

dotnet new install ossa-test-selenium

Start codegen

You can run codegen from the build directory and navigate to templates\test\TestFramework.IntegrationTests to view the name of elements within a webpage. This can be run in net6.0 or net7.0

powershell bin/Debug/net6.0/playwright.ps1 codegen
or 
powershell bin/Debug/net7.0/playwright.ps1 codegen
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.1 243 7/14/2025
1.5.0 210 7/1/2025
1.4.0 336 6/13/2025
1.3.1 375 6/11/2025
1.3.1-beta0001 349 6/11/2025
1.3.0 340 6/10/2025
1.2.0 182 5/30/2025
1.1.0 199 5/26/2025
1.1.0-alpha0720 159 6/7/2024
1.0.1 257 6/7/2024
1.0.0-beta0001 168 6/7/2024
0.4.0 192 6/7/2024
0.4.0-alpha0054 166 6/7/2024
0.4.0-alpha0049 168 6/7/2024
0.4.0-alpha0048 153 6/7/2024
0.4.0-alpha0041 158 6/7/2024
0.4.0-alpha0039 189 6/6/2024
0.4.0-alpha0038 170 6/6/2024
0.4.0-alpha0037 167 6/6/2024
0.4.0-alpha0025 172 6/6/2024
Loading failed