Skip to content

launchableinc/nunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launchable NUnit integration

See https://www.launchableinc.com/docs/features/predictive-test-selection/requesting-and-running-a-subset-of-tests/subsetting-with-the-launchable-cli/zero-input-subsetting/#dotnet-test--nunit for the user documentation

Development instruction

  • dotnet build to build
  • dotnet test to run unit tests. dotnet test -l:nunit to produce TestResults.xml

Release instruction