Skip to content

Commit

Permalink
links updated (SpecFlowOSS#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimogithub authored and Code-Grump committed Mar 29, 2023
1 parent c6fd3cb commit 320daa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/visualstudio/Visual-Studio-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Visual Studio integration includes a number of features that make it easier to edit Gherkin files and navigate to and from bindings in Visual Studio. You can also generate skeleton code including step definition methods from feature files. The Visual Studio integration also allows you to execute tests from Visual Studio's Test Explorer.

You can install the integration from [Visual Studio Gallery](https://marketplace.visualstudio.com/items?itemName=TechTalkSpecFlowTeam.SpecFlowForVisualStudio) or directly in Visual Studio. Detailed instructions can be found [here](../visualstudio/visual-studio-installation.md).
You can install the integration from Visual Studio Gallery (Marketplace) or directly in Visual Studio. Detailed instructions can be found [here](../visualstudio/visual-studio-installation.rst).

The integration provides the following features:

Expand All @@ -13,7 +13,7 @@ The integration provides the following features:
* [Comment/uncomment](Visual-Studio-Integration-Editing-Features.html#outlining-and-comments-in-feature-files) feature file lines
* Automatic Gherkin [table formatting](Visual-Studio-Integration-Editing-Features.html#table-formatting)
* [Document formatting](Visual-Studio-Integration-Editing-Features.html#document-formatting)
* [Navigation](Visual-Studio-Integration-Navigation-Features.md)
* [Navigation](Visual-Studio-Integration-Navigation-Features.rst)
* Navigate from [steps in scenarios to binding methods and vice versa](Visual-Studio-Integration-Navigation-Features.html#navigating-between-bindings-and-steps)
* Detect bindings from the SpecFlow project, from project references and from assembly references
* Cached step analysis for faster solution startup
Expand All @@ -24,7 +24,7 @@ The integration provides the following features:
* Scenario title displayed in Test Explorer
* Full access to Test Explorer functions
* Other
* [Generate skeleton step definition methods](Generating-Skeleton-Code.md) from feature files
* [Generate skeleton step definition methods](Generating-Skeleton-Code.rst) from feature files
* Re-generate feature files (from project node context menu and automatically on configuration change)
* Configurable options
* Support for ReSharper command shortcuts (when ReSharper is installed): commenting, navigation, test execution
Expand Down

0 comments on commit 320daa3

Please sign in to comment.