You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments