SpecFlow.Rider
SpecFlow.Rider copied to clipboard
SpecFlow support for both ReSharper and Rider
Hello, In short, I cannot update the plugin on the Jetbrains marketplace anymore. I don't have the administrator access of the [Specflow organization](https://plugins.jetbrains.com/organizations/SpecFlow) on the jetbrains marketplace to configure the...
Hi, up to Rider 2023.2 the SpecFlow plug-in was able to start a single scenario or all scenarios of the feature file just from feature file. Also there was an...
Hi, we are using a bespoke Step attribute to introduce consistency when naming steps . This works in Visual Studio, but the Rider (plugin) does not recognize any steps annotated...
I would like to enforce that all my `*.feature` files end with an empty line (to ease diffs, `cat` display...). Is it possible to add a "☑️ Line feed at...
Right now navigating from unit tests window lead to nunit generated code instead of Feature file with scenario. @Socolin Is it issue and it will be resolved or this is...
I have test project which relies on library of shared step definitions. When I run Rider for the first time and only run features, all is good. Plugin works and...
With SpecFlow 4 Cucumber Expression will be supported out of the box. https://docs.specflow.org/projects/specflow/en/latest/Bindings/Cucumber-Expressions.html So it would be nice if also Rider can support Cucumber Expressions - Navigation - Type Check...
https://youtrack.jetbrains.com/issue/RIDER-87649/Silent-Reformat-Code-and-Cleanup-does-not-reformats-.feature-files
I have a simple base class for my integration tests that is decorated with the relevant binding and scope attributes. [Binding] [Scope(Tag = "Integration")] public abstract class IntegrationTestBase { protected...
Rider 2022.2.3 SpecFlow for Rider 1.14.2 If you have bindings in an external assembly and one of those bindings is a static class, all binding classes alphabetically after that class...