SpecFlowOSS / SpecFlow.Rider

SpecFlow support for both ReSharper and Rider
MIT License
30 stars 18 forks source link

Run buttons are invisible in feature files #209

Closed dmitryzarubin closed 9 months ago

dmitryzarubin commented 9 months ago

After the update of Rider and SpecFlow plugin, the "run" buttons disappeared

image

Workaround It's still possible to run a scenario from Unit Test Explorer

JetBrains Rider 2023.3.1 Build #RD-233.11799.303, built on December 12, 2023 Runtime version: 17.0.9+7-b1087.7 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 14.2 .NET Core v7.0.10 x64 (Server GC)

SpecFlow for Rider 1.23.4

Socolin commented 9 months ago

Hello,

What it the path of the .feature file and what is the namespace in the .feature.cs ?

JKetelaar commented 9 months ago

Same issue here.

Path of the feature file:

image

Namespace of the .feature.cs files:

namespace AOP.Specs.Features
t-strecker commented 9 months ago

Hello, I have same issue here.

Socolin commented 9 months ago

Can you try with latest version ? 1.23.6 https://github.com/SpecFlowOSS/SpecFlow.Rider/actions/runs/7257896631

If the problem persist, I will need the full path of the file relative to the solution file with the solution folder and the namespace / class name in the feature.cs or a repro.

JKetelaar commented 9 months ago

Can you try with latest version ? 1.23.6 https://github.com/SpecFlowOSS/SpecFlow.Rider/actions/runs/7257896631

If the problem persist, I will need the full path of the file relative to the solution file with the solution folder and the namespace / class name in the feature.cs or a repro.

Awesome, that seems to have fixed it for me! Thank you!

dmitryzarubin commented 9 months ago

@Socolin , thank you! The issue has been fixed in the last version.