Installation Instructions dotnet new nunit dotnet add package Selenium.WebDriver Running Tests dotnet run OR dotnet run ./someDir/someTestFile.cs How To Run Tests Article nunit-3-testing-net Configuration File Sample Set Runsettings dotnet test ./BrowserState.cs dotnet clean dotnet restore