We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.1
NUnit
.NET 6.0
Visual Studio Test Explorer
No response
Find step definitions context menu option doesnt work if ReqNRoll is in a global using file
Reqnroll added to global using file
global using Reqnroll; global using Reqnroll.BoDi;
On step definition class, if user right clicks on a step method, there is no option to Find step definitions
Only if you add a using statement to step class will option appear
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reqnroll Version
2.2.1
Which test runner are you using?
NUnit
Test Runner Version Number
2.2.1
.NET Implementation
.NET 6.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
Find step definitions context menu option doesnt work if ReqNRoll is in a global using file
Steps to Reproduce
Reqnroll added to global using file
global using Reqnroll;
global using Reqnroll.BoDi;
On step definition class, if user right clicks on a step method, there is no option to Find step definitions
Only if you add a using statement to step class will option appear
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: