Skip to content

sanjayjohn/nunit-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NUnit Test Framework

Command Line Instructions:

cd SeleniumDemoProject

msbuild SeleniumDemoProject.csproj

cd bin/Debug

nunit3-console SeleniumDemoProject.dll

Set up Machine:

  1. Install Build Tools for Visual Studio from https://www.visualstudio.com/downloads/

  2. Install Nunit Console from https://github.com/nunit/nunit-console/releases/

  3. Install Firefox from https://www.mozilla.org/en-US/firefox/new/

Note:

The NUnit results file is called TestResult.xml file, which is located in the bin/Debug directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages