Skip to content

Commit 9f2763d

Browse files
committed
Updated readme
1 parent 1ca571b commit 9f2763d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ cd .\tests\Api\
4848

4949
# Run tests
5050
dotnet test
51+
52+
# or Run with file watcher
53+
dotnet watch test
5154
```
5255

5356
### Local Publish ###
@@ -62,6 +65,7 @@ dotnet-cake build.cake --task="Publish"
6265
* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html)
6366
* CQRS Pattern (Command Query Responsibility Segregation)
6467
* Authentication based on Identity Framework & JWT Bearer
68+
* Integration Tests with XUnit
6569
* Material design
6670
* Realtime update on employee logs
6771
* ![Realtime Demo](realtime-demo.gif)

0 commit comments

Comments
 (0)