Install JetBrains Rider Plugin¶

⏲️ 10 minutes

In this step you’ll learn how to install the SpecFlow for Rider plugin. SpecFlow’s JetBrains Rider plugin not only enables the functionalities needed for testing automation, but is also bundled with several helpful features to make the journey more intuitive.

The plugin can be found either at the JetBrains marketplace or directly from within the Rider IDE.

To install the plugin directly from JetBrains Rider:

1- Open JetBrains Rider

2- Navigate to File ➡ Settings ➡ Plugins (Ctrl+Alt+S) and search for “SpecFlow” in the search bar:

Rider_settings

3- Hit Install and then Accept when prompted with the privacy note. You can find our privacy policy here

Rider_installation

4- You are then required to restart the Rider IDE, hit Restart:

Rider_restart

📄 The installation is now finished. In the next step you’ll create a simple application that will be used throughout this guide.