-
Following the #144 proposition, discussed here the feasibility and the need for `Alternative expressions` feature.
## Description
A less common feature is the ability to offer alternatives in th…
-
### Used Visual Studio
Visual Studio 2022
### Are the latest Visual Studio updates installed?
Yes
### SpecFlow Section in app.config or content of specflow.json
_No response_
### Iss…
-
### Used Visual Studio
Visual Studio 2022
### Are the latest Visual Studio updates installed?
Yes
### SpecFlow Section in app.config or content of specflow.json
{
"bindingCulture": {
"lan…
-
When running a SpecFlow test using nunit-console v13.15.4 with steps that are defined in another assembly, it says that "no matching step was found". The specflow.json file is present in the test asse…
-
### SpecFlow Version
3.8.7
### Which test runner are you using?
MSTest
### Test Runner Version Number
3.8.7
### .NET Implementation
.NET Core 3.1
### Project Format of the SpecFlow project
Sd…
-
I think it would be great if you guys included SpecFlow as a basic part of ABP
https://docs.specflow.org/projects/specflow/en/latest/Installation/Configuration.html
I think almost all developers…
-
### SpecFlow Version
3.9.22
### Which test runner are you using?
NUnit
### Test Runner Version Number
3.9.22
### .NET Implementation
.NET 6.0
### Project Format of the SpecFlow…
-
I have a lot of common steps in an external NuGet package. The assembly is referenced under `stepAssemblies` in the `specflow.json` file. I.e.
```
{
"stepAssemblies": [
{
"assembly": …
-
Features step names completion does not work for cultures other than "en-*"
Step to reproduce:
1. Create empty SpecFlow project or an example.
2. In specflow.json add paramether bindingCulture with…
-
At the moment there isn't a way/option to separate the scenarios. Like this:
![image](https://user-images.githubusercontent.com/18406229/133251493-9e1dd7c4-dc32-47ca-b58a-4542eeed093d.png)
In m…