Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 29, 2024
1 parent b0c2c7e commit b8bd049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this tutorial we demonstrate the usage of Reqnroll by implementing the *price

When you use Visual Studio 2022 for Reqnroll, please make sure you install the Reqnroll for Visual Studio extension. See [](../installation/setup-ide.md#setup-vs) for details. Please make sure that the SpecFlow extension is disabled or removed for this Quickstart.

We prepared a simple starting point for this tutorial that you can find on GitHub: https://github.com/reqnroll/Quickstart. Clone this project to your machine or download it as zip and extract it to a local folder.
We prepared a simple starting point for this tutorial that you can find on GitHub: [https://github.com/reqnroll/Quickstart](https://github.com/reqnroll/Quickstart). Clone this project to your machine or [download it as zip](https://github.com/reqnroll/Quickstart/archive/refs/heads/main.zip) and extract it to a local folder.

Open the solution file (`ReqnrollQuickstart.sln`) in Visual Studio 2022 and let's have a look at the content:

Expand Down Expand Up @@ -71,7 +71,7 @@ Run the tests from the Reqnroll project by opening the *Test Explorer* window (u

The test execution reports a so called "undefined" state for our scenario. That means that Reqnroll has detected the scenario, but we did not *define* how the scenario steps should be automated. We will do this now.

In order to define the steps, we need to create a *step definition class*. This can be done be copying out the code snippet from the test result output, but with Visual Studio we can also use the *Define Steps* dialog. That you can access by invoking the "Define Steps..." command from the feature file editor context menu or with the *Ctrl+B, D" keyboard shortcut from the editor.
In order to define the steps, we need to create a *step definition class*. This can be done be copying out the code snippet from the test result output, but with Visual Studio we can also use the *Define Steps* dialog. That you can access by invoking the "Define Steps..." command from the feature file editor context menu or with the *Ctrl+B, D* keyboard shortcut from the editor.

## Generate step definition snippets

Expand Down

0 comments on commit b8bd049

Please sign in to comment.