Skip to content

rohitsaraswat7865/Specflow_Selenium_CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Specflow_Selenium_C#

  1. Install chrome browser

  2. Download and install Dotnet SDK 7 - https://dotnet.microsoft.com/en-us/download

  3. Open CMD in project root folder i.e. directory within Specflow_Selenium_CSharp-main which has the solution file.

    Run following commands in CMD -

  4. dotnet clean

  5. dotnet build --property WarningLevel=0

  6. dotnet test --filter TestCategory=regression