Human-Readable Scenario Names in Visual Studio Test Explorer #587
pmakhakhei
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Which test execution framework are you using (NUnit, MsTest or XUnit)? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when using Reqnroll in Visual Studio 2022, the Test Explorer displays scenario names with underscores replacing spaces (e.g., User_logs_in_with_valid_credentials instead of User logs in with valid credentials). It significantly reduces readability, especially for non-technical stakeholders or larger BDD test suites.
Suggested Improvement:
Add support for displaying the original scenario titles (with proper spacing and punctuation) in Visual Studio's Test Explorer. Ideally, this could be:
Benefits:
Beta Was this translation helpful? Give feedback.
All reactions