Fuzn.TestFuzn 0.6.17-beta

This is a prerelease version of Fuzn.TestFuzn.
dotnet add package Fuzn.TestFuzn --version 0.6.17-beta
                    
NuGet\Install-Package Fuzn.TestFuzn -Version 0.6.17-beta
                    
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="Fuzn.TestFuzn" Version="0.6.17-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fuzn.TestFuzn" Version="0.6.17-beta" />
                    
Directory.Packages.props
<PackageReference Include="Fuzn.TestFuzn" />
                    
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 Fuzn.TestFuzn --version 0.6.17-beta
                    
#r "nuget: Fuzn.TestFuzn, 0.6.17-beta"
                    
#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 Fuzn.TestFuzn@0.6.17-beta
                    
#: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=Fuzn.TestFuzn&version=0.6.17-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fuzn.TestFuzn&version=0.6.17-beta&prerelease
                    
Install as a Cake Tool

TestFuzn

TestFuzn (pronounced "testfusion") is a unified testing framework that brings together unit tests, end-to-end tests, and load tests in a single, streamlined experience. It’s designed to bridge the gap between developers and testers by offering clean, readable tests, reports and a consistent testing approach.

🚧 Beta

TestFuzn is currently in beta. Breaking changes may occur until a stable release.

πŸ“š Documentation:
πŸ‘‰ https://github.com/FuznIO/TestFuzn/blob/main/docs/README.md

✨ Key Features

  • πŸ§ͺ One framework for all test types
    Write and run unit, end-to-end, and load tests using the same framework β€” no need to mix and match tools.
  • πŸ“Š Readable and useful reports
    Get clear test results that are easy to understand for both developers and testers.
  • 🧼 Slim and clean by design
    Built to be lightweight and focused β€” includes just the right features to stay easy to use and maintain.
  • πŸ’¬ Test any system over HTTP
    End-to-end and load tests support HTTP-based systems, regardless of the underlying technology stack.
  • 🌐 Web UI testing with Microsoft Playwright
    Automate and validate browser-based applications using Playwright β€” works with any web app, no matter what language or framework it’s built in.
  • πŸ’» C# / .NET first
    Write all your tests in C#. Leverages the power of .NET to keep things fast and flexible.
  • βœ… MSTest compatible
    Built-in support for the widely used MSTest framework β€” reuse what you already know and love.

πŸ’Έ License & Usage

  • 100% free β€” for personal, organizational, and commercial use.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (4)

Showing the top 4 NuGet packages that depend on Fuzn.TestFuzn:

Package Downloads
Fuzn.TestFuzn.Adapters.MSTest

MSTest plugin for TestFuzn

Fuzn.TestFuzn.Plugins.Http

Http plugin for TestFuzn

Fuzn.TestFuzn.Plugins.Playwright

Playwright plugin for TestFuzn

Fuzn.TestFuzn.Sinks.InfluxDB

InfluxDB sink for TestFuzn

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.17-beta 55 2/27/2026
0.6.16-beta 44 2/23/2026
0.6.15-beta 41 2/23/2026
0.6.14-beta 56 2/18/2026
0.6.13-beta 52 2/16/2026
0.6.12-beta 46 2/15/2026
0.6.11-beta 50 2/12/2026
0.6.10-beta 52 2/11/2026
0.6.9-beta 51 2/3/2026
0.6.8-beta 59 2/1/2026
0.6.7-beta 62 1/27/2026
0.6.6-beta 62 1/25/2026
0.6.5-beta 85 1/23/2026
0.6.4-beta 65 1/19/2026
0.6.3-beta 58 1/8/2026
0.6.1-beta 63 1/8/2026
0.6.0-beta 61 1/4/2026
0.5.9-beta 412 12/10/2025
0.5.8-beta 164 11/23/2025
0.5.7-beta 368 11/20/2025
Loading failed