Fuzn.TestFuzn.Plugins.Http 0.7.1

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

📦 NuGet Packages

Package Description
Fuzn.TestFuzn Core framework
Fuzn.TestFuzn.Adapters.MSTest MSTest integration
Fuzn.TestFuzn.Plugins.Http HTTP testing via Fuzn.FluentHttp
Fuzn.TestFuzn.Plugins.Playwright Browser automation with Playwright
Fuzn.TestFuzn.Plugins.WebSocket WebSocket testing
Fuzn.TestFuzn.Sinks.InfluxDB Real-time metrics to InfluxDB

💸 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

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
0.7.1 51 4/8/2026
0.7.0 83 4/6/2026
0.6.18-beta 98 3/16/2026
0.6.17-beta 122 2/27/2026
0.6.16-beta 85 2/23/2026
0.6.15-beta 92 2/23/2026
0.6.14-beta 89 2/18/2026
0.6.13-beta 100 2/16/2026
0.6.12-beta 91 2/15/2026
0.6.11-beta 92 2/12/2026
0.6.10-beta 91 2/11/2026
0.6.9-beta 96 2/3/2026
0.6.8-beta 92 2/1/2026
0.6.7-beta 108 1/27/2026
0.6.6-beta 98 1/25/2026
0.6.5-beta 97 1/23/2026
0.6.4-beta 98 1/19/2026
0.6.3-beta 113 1/8/2026
0.6.1-beta 102 1/8/2026
0.6.0-beta 102 1/4/2026
Loading failed