Summary:
I've been following the new Ranorex support posting on how to integrate BDD style testing with Ranorex after creating a new .sdaddin file in Visual Studio 2017 using the supplied project, as described in the following post: https://www.ranorex.com/blog/how-to-use ... udio-links.
I've hit a glitch with the instructions as I not yet able to see the SpecFlow category in the 'New File' window [File->New->File] in my trial BDD Ranorex project.
Detailed Steps Taken / Things Tried:
1) I’ve followed the helpful instructions at https://www.ranorex.com/blog/how-to-use ... udio-links
2) I’ve created the required Visual Studio Project. Even though both Ranorex and Visual Studio 2017 are installed in the default locations I’ve tried both of the following just in case:
a. I’ve created the .sdaddin file using the automatically updated links to ICSharp.Core, ICShare.SharpDevelop, ICSharp.SharpDevelop.Dom
b. I’ve deleted the links in the Visual Studio project and added them back in manually to the required Ranorex DLL’s and created a new version of the .sdaddin file
c. NB: The file names look like they have changed slightly from the published instructions and the ones I can see are instead: d. I’ve tried creating a new Feature file using the steps below using both versions of the .sdaddin file that I’ve created
3) I’ve added the SpecFlow 1.9.0 NuGet package to my newly created Ranorex project; which includes adding SpecFlow via the ‘Manage Packages’ window
4) I’ve added in the link to MSTest in the app.config file
5) But when I try to add a new SpecFlow feature file all I currently see is the following window: 6) When I watch the video on the Ranorex support page I see the following window instead: 7) The SpecFlow addin has been added to the following directory:

9) I’ve attached a copy of my Ranorex solution, TrialBDD.zip
Hopefully I've just missed a simple step out somewhere as it would really good to get this working.
Many thanks...