reqnroll / Reqnroll.Rider

Rider plugin for Reqnroll - open-source .NET BDD framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run tests from Reqnroll files

paulgill81 opened this issue · comments

Icon not visible in Rider to run individual tests. I can run the whole feature file.

i.e. not icon is visible in the gutter to click Run/Debug on an individual test.

It appears to be and issue when the Gherkin plugin is also installed.

I'm seeing the same problem on rider even without other plugins

using the latest build of reqnroll 2024.1.3 from https://github.com/reqnroll/Reqnroll.Rider/actions/runs/8671409609

Rider version:

JetBrains Rider 2024.1
Build #RD-241.14494.307, built on April 8, 2024

Same issue here. There is no context action / icon next to feature or scenario in order to run/debug tests from a .feature file.

Reqnroll 2024.1.3
Rider 2024.1.2
No Gherkin plugin installed

Do you have any error in backend.log related to this ?

Also can you try the last build available here ? https://github.com/reqnroll/Reqnroll.Rider/actions/runs/9163885063

It works for me with the last build, thanks 👍

Do you know when a new version of the plugin will be published on Jetbrains Marketplace?

No error in backend.log, and I confirm that this build fixes this issue. 🥳

Looks good now using:

Reqnroll 2024.1.5
Rider 2024.1.2

👍

I published the new version, it should be available tomorrow or monday I think

It's now available

I did not even miss these until they were back :) It is working correctly in our projects. Thanks!