Skip to content

Commit 25f3194

Browse files
committed
Add release notes for Reqnroll v3.2: support for MsTest v4 and async step definition snippets
1 parent f1f4195 commit 25f3194

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: post
3+
title: "Reqnroll v3.2 released with MsTest v4 support and async step definition snippets"
4+
date: 2025-10-22
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+
Reqnroll v3.2 has been released, bringing support for MsTest v4 and the ability to generate async step definition snippets.
13+
14+
<!--more-->
15+
16+
This is a focused update that addresses some important compatibility and workflow improvements.
17+
18+
## What's new in v3.2
19+
20+
### Improvements
21+
22+
* **Async step definition snippets:** Step definition snippets (also known as skeletons) can now be generated as async methods. You can enable this by setting `trace/stepDefinitionSkeletonStyle` to `AsyncCucumberExpressionAttribute` or `AsyncRegexAttribute` in your configuration.
23+
* **MsTest v4 support:** Reqnroll now supports the latest version of MsTest (v4), ensuring you can use the most up-to-date testing framework.
24+
25+
### Bug Fixes
26+
27+
This release also includes a bug fix related to security vulnerabilities of some dependencies.
28+
29+
## Full changelog
30+
31+
For a complete list of all changes, please see the [v3.2.0 changelog on GitHub](https://github.com/reqnroll/Reqnroll/releases/tag/v3.2.0).
32+
33+
If you encounter any issues, please report them on [GitHub](https://github.com/reqnroll/Reqnroll/issues).
34+
35+
Thank you to all contributors for this release! 🙏

0 commit comments

Comments
 (0)