Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

How to build WebQA project

Alexander Fuks edited this page Jul 28, 2016 · 1 revision
  1. Clone git repository by typing in the command line

    git clone https://github.com/kungfux/rqs

clone git repository

  1. Switch to appropriate branch if needed by typing in the command line

    git checkout master

  2. Open the project in MS Visual Studio by double click on project file WebQA/WebQA.csproj

  3. In MS Visual Studio press "Save All" and save Solution file

  4. Right click on Project from "Solution Explorer" and choose "Manage Nuget packages"

manage nuget packages

  1. Press "Restore" button

restore packages

  1. Build the project as usually