Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

dotnet test

# cd into the folder where the test (or test folders) are located
# then run:

dotnet test

# to watch the file/folder, do:

dotnet watch test
# watch MUST come before the word test
 
PREVIOUS NEXT
Tagged: #dotnet #test
ADD COMMENT
Topic
Name
5+4 =