SpecFlow.VisualStudio
SpecFlow.VisualStudio copied to clipboard
Description of steps
SpecFlow Version:
- [x] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
Used Test Runner
- [ ] SpecFlow+Runner
- [ ] MSTest
- [x] NUnit
- [ ] Xunit
Visual Studio Version
- [x] VS 2017
- [x] VS 2015
- [ ] VS 2013
.NET Framework:
- [x] >= .NET 4
- [ ] before .NET 4
Test Execution Method:
- [x] Visual Studio Test Explorer
- [ ] TFS/VSTS – Task – PLEASE SPECIFY THE NAME OF THE TASK
- [ ] Command line – PLEASE SPECIFY THE FULL COMMAND LINE
Issue Description
Hello. I had a question, can I somehow add a description to the steps I created, described in C #? For example, I described the 'Given' step with a regular expression, and then add to it a description of what and where the step should be used Can this be implemented?
When writing a script, you can press Ctrl+Space to see a hint about the steps. Just want to see the description of the step: what can it be used for, what moments and what does it mean by itself