- commit
- fdd0587
- parent
- beb4762
- author
- CheddarCrisp
- date
- 2024-02-12 19:51:03 +0100 CET
Add test info to README
1 files changed,
+8,
-1
+8,
-1
1@@ -3,4 +3,11 @@
2 This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
3
4 ## Running
5-Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder.
6+Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder.
7+
8+## Running tests
9+To run the spec tests:
10+1. Run the application using directions above
11+2. Go to [Reference Specs for Todo-Backend](https://www.todobackend.com/specs/)
12+3. Enter `http://localhost:5143` as the `test target root`
13+4. Click `run tests`