Local environment for C# Automation Testing - intive/patronage21-qa GitHub Wiki

1. Install the Visual Studio Community 2019

Install IDE from https://visualstudio.microsoft.com/pl/vs/community/.

2. Install IDE extensions

Open Visual Studio Community 2019.

2.1 Specflow

  • Go to the [Extensions] -> [Manage Extensions] -> [Online]
  • Search for SpecFlow for Visual Studio 2019 in the search bar
  • Hit Download to begin the installation

2.2 Github

  • Go to the [Extensions] -> [Manage Extensions] -> [Online]
  • Search for Github Extention for Visual Studio in the search bar
  • Hit Download to begin the installation

Restart Visual Studio for the installation to complete.

If extensions have been successfully installed, you can see them in the [Extensions] -> [Manage Extensions] -> [Installed]:

Imgur

3. Clone the project

Clone the remote repository from https://github.com/intive/patronage21-qa.