Skip to content

Commit

Permalink
updated toc tree and naming (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimogithub committed Mar 3, 2021
1 parent 992065c commit 97a5ec2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/Rider/rider-features.md
@@ -1,4 +1,4 @@
# Rider features
# Features

The SpecFlow for Rider plugin is bundled with a handful of features, see below for more details.

Expand All @@ -14,11 +14,11 @@ There are multiple ways to achieve this:

![Rider_nav2](../_static/images/rider_nav2.gif)

3- To navigate from a binding to its corresponding Gherkin step, the keyboard shortcuts **(Shift + F12)** can be used :
2- To navigate from a binding to its corresponding Gherkin step, the keyboard shortcuts **(Shift + F12)** can be used :

![Rider_nav3](../_static/images/rider_nav3.gif)

4- You can also see all Gherkin steps currently using a particular binding by pressing **F12** or by navigating to it ***Go to ➡ Go to Declarations or Usages*** :
3- You can also see all Gherkin steps currently using a particular binding by pressing **F12** or by navigating to it ***Go to ➡ Go to Declarations or Usages*** :

![Rider_nav4](../_static/images/rider_nav4.gif)

Expand Down
4 changes: 1 addition & 3 deletions docs/Rider/rider-installation.md
@@ -1,6 +1,4 @@
# Rider Installation

## Installation
# Installation

The SpecFlow for Rider plugin can be found either at the [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15957-specflow-support) or directly from within the Rider IDE.

Expand Down
2 changes: 1 addition & 1 deletion docs/visualstudio/Generating-Skeleton-Code.md
@@ -1,4 +1,4 @@
# Visual Studio Generating Skeleton Code
# Generating Skeleton Code

You can automatically create a suitable class with skeleton bindings and methods in Visual Studio. To do so:

Expand Down
@@ -1,4 +1,4 @@
# Visual Studio Editing Features
# Editing Features

The Visual Studio integration includes the following features to make it easier to edit feature files and identify which steps have already been bound.

Expand Down
@@ -1,4 +1,4 @@
# Visual Studio Navigation Features
# Navigation Features

You can navigate between the methods in your bindings and the associated steps in your Gherkin feature files.

Expand Down
2 changes: 1 addition & 1 deletion docs/visualstudio/Visual-Studio-Integration.md
@@ -1,4 +1,4 @@
# Visual Studio Integration
# Integration

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/visualstudio/Visual-Studio-Test-Explorer-Support.md
@@ -1,4 +1,4 @@
# Visual Studio Test Explorer Support
# Test Explorer Support

The Visual Studio integration supports executing SpecFlow scenarios from the Visual Studio Test Explorer. The basic Test Explorer features work with all unit test providers, although you may need to install additional Visual Studio connectors, depending on the unit test framework. Full integration is provided for [SpecFlow+ Runner](https://specflow.org/plus/runner/), meaning you can run and debug your scenarios as first class citizens:

Expand Down
2 changes: 1 addition & 1 deletion docs/visualstudio/visual-studio-installation.md
@@ -1,4 +1,4 @@
# Visual Studio Installation
# Installation

The integration packages can also be downloaded and installed separately from the Visual Studio Gallery:

Expand Down

0 comments on commit 97a5ec2

Please sign in to comment.