Answers for "dotnet test"

0

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
Posted by: Guest on April-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language