Add test info to README
This commit is contained in:
parent
beb4762fff
commit
fdd0587c97
1 changed files with 8 additions and 1 deletions
|
@ -3,4 +3,11 @@
|
||||||
This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
|
This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Running tests
|
||||||
|
To run the spec tests:
|
||||||
|
1. Run the application using directions above
|
||||||
|
2. Go to [Reference Specs for Todo-Backend](https://www.todobackend.com/specs/)
|
||||||
|
3. Enter `http://localhost:5143` as the `test target root`
|
||||||
|
4. Click `run tests`
|
Loading…
Add table
Add a link
Reference in a new issue