-
Download the configuration folder for the
template-webservice in theproject-templateLabretto context and unzip it toC:\Labatt(/labatton Linux). -
Run the following commands in a terminal:
cd project-template-api/ProjectTemplate
dotnet watch runcd project-template-api/ProjectTemplate.Tests
dotnet watch test- To run the tests just once, remove the word
watch - To run just one test or all tests in a given class, add
--filter YourTestNameor--filter YourTestClass
- If you get an error about a missing configuration file, inspect the error message to see which file path the toolkit is looking for. Make sure your Labretto
configuration.jsonis in the right folder path.
See the README in the ui folder for instructions on running the UI or its tests.