Futile.Reqnroll.Amp-windows 0.1.0

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

CI

Reqnroll.Amp

Reqnroll.Amp is a class library that boosts (amplifies) your test‑writing. Reqnroll is the BDD testing environment for C#. Reqnroll.Amp is a tiny class library on top of Reqnroll.

Features:

  • Support for Windows application E2E testing
  • Support for Web application E2E testing
  • Support for Web API E2E testing
  • Test profiles which can be selected at runtime
  • Support of multiple applications under test

Getting Started

The test projects under /tests/ are best suited to get started. The source code contains tests for all of the features listed above.

Test Project Feature Description
WebCalculator.Specs PlayWrightMinimal Tests the online calculator https://futile-calculator.netlify.app/
WebCalculator.Specs PlayWrightProfile Tests the online calculator with different profiles (e.g. testing in slow motion)
WebCalculator.Specs PlayWrightProfile Tests the online calculator with a command line argument that is defined in the test (i.e. as a variable)
WpfCalculator.Specs FlaUiMinimal Tests the WpfCalculator.exe
WpfCalculator.Specs FlaUiWithProfile Tests the WpfCalculator.exe with different profiles
WpfCalculator.Specs FlaUiWithProfileAndArgument Tests the WpfCalculator.exe with a command line argument that is defined in the test (i.e. as a variable)
Wpf2Calculator.Specs FlaUI Tests two WpfCalculator.exe at the same time
WindowsCalculator.Specs FlaUI Tests the Windows calculator.
WebCalculatorApi.Specs HttpClientTestHost Tests the calculator Web Api by starting a ASP.NET TestHost

Examples

The example projects are more extensive than test projects. The example projects do not try to solve "real world problems". Instead, they demonstrate some aspects of E2E testing like:

  • Test multiple systems in one test scenario
  • Test a web application in a docker container

How it works

While Reqnroll does the hard stuff and lets you use BDD for unit tests, integration tests, E2E test with any framework that is on the market (PlayWright, Selenium, ... you name it), various DI frameworks, Testing frameworks (MSTest, NUnit, xUnit), Reqnroll.Amp comes with some hard-wired decisions.

Reqnroll.Amp uses:

  • Reqnroll
  • Chrome browser and PlayWright for Web UI testing
  • FlaUI for Windows application testing
  • xunit.v3
  • Autofac

Two features are unique:

  1. It is possible to define profiles in reqnroll.ampsettings.json which can be selected at runtime
  2. It is possible to start applications as part of a e2e test. Multiple Web UIs, APIs and Windows applications can be part of one test scenario

Repository structure

  • src: source code of the Reqnroll.Amp library
  • tests: test the features and aspects of Reqnroll.Amp. Best entry point to learn
  • examples: examples use Futile.Reqnroll.Amp nuget package from nuget.org. Examples are more complex than tests

If you want to work offline (air-gapped), you may like the "Build-AmpArtifacts" resp. "Build-AmpArtifacts-windows" scripts. These scripts get all the package dependencies and compress the nuget packages into an archive (zip on Windows, tar.gz on Linux)

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
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.1.0 100 5/3/2026
0.0.2-prerelease.8 55 5/1/2026
0.0.2-prerelease.7 50 5/1/2026
0.0.2-prerelease.6 49 5/1/2026
0.0.2-prerelease.5 76 4/5/2026
0.0.1 120 3/29/2026
0.0.1-prerelease16 101 3/22/2026
0.0.1-prerelease01 106 3/15/2026
0.0.1-prerelease.2 65 3/29/2026