Ossa.TestFramework.Templates 0.4.0-alpha0025

This is a prerelease version of Ossa.TestFramework.Templates.
There is a newer version of this package available.
See the version list below for details.
dotnet new install Ossa.TestFramework.Templates::0.4.0-alpha0025
                    
This package contains a .NET Template Package you can call from the shell/command line.

Ossa.TestFramework.Templates Overview

The Ossa.TestFramework.Templates Nuget package is a collection of templates designed to simplify the process of adding a default playwright test to a project. This package provides the necessary classes and configurations to facilitate integration testing using the Ossa Test Framework. Installation

To install the Ossa.TestFramework.Templates Nuget package, follow these steps:

Open the NuGet Package Manager in Visual Studio.
Search for "Ossa.TestFramework.Templates" in the package search bar.
Select the package from the search results.
Click on the "Install" button to add the package to your project.

HomeView.cs

The HomeView class represents the home view in your application. 
It inherits from the View class provided by the Ossa Test Framework. 
This class contains the necessary methods and properties to interact with the view during testing. 
You can add any additional methods or properties specific to the HomeView in this file.

IntegrationRig.cs

The IntegrationRig class represents the integration rig for running integration tests. 
It provides the necessary configurations and services required by the Ossa Test Framework. 
The class initializes a service provider and sets up the dependencies for the integration tests. 
You can modify the configurations in the ConfigureServices method to suit your project requirements.

UnitTest1.cs

The Tests class represents the integration tests that can be executed using the Ossa Test Framework. 
It contains a sample test method IntegrationTest1 that demonstrates how to use the integration rig and perform an integration test. 
You can add more test methods to this class according to your testing requirements.

Conclusion

The Ossa.TestFramework.Templates Nuget package provides a convenient set of templates and classes to help you add default playwright tests to your project. By following the instructions and examples provided in this documentation, you can easily set up and run integration tests using the Ossa Test Framework.

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 260 7/14/2025
1.5.0 247 7/1/2025
1.4.0 360 6/13/2025
1.3.1 391 6/11/2025
1.3.1-beta0001 357 6/11/2025
1.3.0 360 6/10/2025
1.2.0 235 5/30/2025
1.1.0 237 5/26/2025
1.1.0-alpha0720 356 6/7/2024
1.0.1 327 6/7/2024
1.0.0-beta0001 188 6/7/2024
0.4.0 235 6/7/2024
0.4.0-alpha0054 213 6/7/2024 0.4.0-alpha0054 is deprecated.
0.4.0-alpha0049 217 6/7/2024 0.4.0-alpha0049 is deprecated.
0.4.0-alpha0048 217 6/7/2024 0.4.0-alpha0048 is deprecated.
0.4.0-alpha0041 224 6/7/2024 0.4.0-alpha0041 is deprecated.
0.4.0-alpha0039 215 6/6/2024
0.4.0-alpha0038 228 6/6/2024
0.4.0-alpha0037 203 6/6/2024
0.4.0-alpha0025 196 6/6/2024
Loading failed