Skip to content

M-Yankov/SeleniumNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumNetCore

An example of integrating Selenuim with .NET Core for all browsers.

Requirements

  • Visual Studio 2017 15.8.x (recommended latest stable version)
  • Installed net core 2.1

To run the tests

  1. First run the sample server on localhost:
    ..\src\SampleWebForQA> dotnet run
  2. Navigate to the tests project and execute the tests:
    ..\src\SampleWebForQA.UI.Tests> dotnet test