theBFG 2.0.0

dotnet tool install --global theBFG --version 2.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local theBFG --version 2.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=theBFG&version=2.0.0
                    
nuke :add-package theBFG --version 2.0.0
                    

A Cloud-Native .NET Unit / Integration / Load / Hyper-CD testing tool that clusters automatically. Harness the power of your existing test suite to optimise the quality of your App. Install this as a tool or reference it to integrate closely with thebfg

     > dotnet tool install thebfg -g

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.

This package has no dependencies.

Version Downloads Last Updated
2.0.0 0 7/20/2026
1.2.4 1,831 8/21/2025
1.2.3 1,616 8/13/2025
1.2.2 1,674 6/3/2025
1.2.1 1,628 5/29/2025
1.1.0 2,074 6/2/2021
1.0.7 1,910 5/18/2021
1.0.6 1,963 5/18/2021
1.0.5 1,970 4/28/2021
1.0.4 1,946 4/28/2021
1.0.3 1,895 4/27/2021
1.0.1 1,956 4/8/2021
1.0.0 1,939 4/8/2021

2.0.0

     theBFG is now an agentic AI testing tool: it gives your AI agent a set of testing tools it can call directly — discover and drive your suites, provision clusters, read back results — with built-in guardrails, and without the token overhead of a full MCP server.

     Multi-language test-runner arenas — bring your existing suites to the cluster and shard them across workers:
       * pytest arena — run Python / pytest suites headless and sharded.
       * Node / TS / JS arena — Karma / Jasmine and generic npm test scripts, headless and sharded.
       * .NET arena — dotnet test / vstest, clustered and sharded.

     Elastic cloud scale-out — auto-provision and auto-scale worker clusters on:
       * Docker
       * Azure VM Scale Sets (VMSS)
       * Azure Kubernetes Service (AKS)

     Distributed load testing:
       * JMeter scale-set support — drive large-scale load tests from your JMeter plans on auto-provisioned VMSS worker clusters.

     Performance analysis (beta):
       * Profile the system under test with PerfView — capture ETW traces during a run to surface hot paths.

     Also in this release:
       * Improved support / status portal with more features.
       * Improved test tagging for targeting and filtering across the cluster.
       * Numerous reliability improvements across arena startup, clustering, and result collection.

     Platform:
       * Migrated to .NET 10.
       * Ships as a standalone dotnet tool:  dotnet tool install -g thebfg

     This project is under active development. Submit feature requests, Issues and feedback @ github