Skip to content

Commit 07b83d9

Browse files
committed
News: Reqnroll v3.1 released with xUnit v3 support and other improvements
1 parent e7b1dfb commit 07b83d9

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: "Reqnroll v3.1 released with xUnit v3 support and other improvements"
4+
date: 2025-09-29
5+
categories: News
6+
tags: Release
7+
image: assets/images/2025/sebastian-leon-prado-MgODFmLOaEY-unsplash.webp
8+
image_caption: "Photo by Sebastián León Prado on Unsplash"
9+
author: gasparnagy
10+
---
11+
12+
We are happy to announce the release of Reqnroll v3.1. This release focuses on improving test framework compatibility, fixing bugs, and making the overall experience smoother.
13+
14+
<!--more-->
15+
16+
This is a minor update following our major v3.0 release, but it includes some important new features and improvements.
17+
18+
## Key highlights of v3.1
19+
20+
### New Features
21+
22+
* **xUnit v3 support:** You can now use Reqnroll with the latest xUnit v3. To get started, use the new `Reqnroll.xunit.v3` package.
23+
* **Improved parallel execution control:** The `addNonParallelizableMarkerForTags` feature now works with scenario-level tags for NUnit, MsTest V2, and TUnit.
24+
* **Option to disable friendly test names:** A new `generator/disableFriendlyTestNames` setting in `reqnroll.json` allows you to turn off friendly test method names, which can help with compatibility with tools like VSTest retry.
25+
26+
### Improvements
27+
28+
* **Verify v29+ support:** The Reqnroll.Verify plugin now supports Verify v29 and later.
29+
* **Updated dependencies:** We've updated to Cucumber Gherkin v35, Cucumber Messages v29, and Cucumber CompatibilityKit v23.
30+
* **Optimized MSBuild generation:** The `Reqnroll.Tools.MsBuild.Generation` NuGet package is now smaller and more efficient.
31+
32+
### Bug Fixes
33+
34+
This release also includes several bug fixes related to formatters, plugin hooks, and the dry-run mode.
35+
36+
## Check the full changelog
37+
38+
For a complete list of all changes, please see the [v3.1.0 changelog on GitHub](https://github.com/reqnroll/Reqnroll/releases/tag/v3.1.0).
39+
40+
As always, your feedback is valuable. If you encounter any issues, please report them on [GitHub](https://github.com/reqnroll/Reqnroll/issues).
41+
42+
A big thank you to all our contributors for this release! 🙏
12.3 KB
Loading

0 commit comments

Comments
 (0)