We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca571b commit 9f2763dCopy full SHA for 9f2763d
readme.md
@@ -48,6 +48,9 @@ cd .\tests\Api\
48
49
# Run tests
50
dotnet test
51
+
52
+# or Run with file watcher
53
+dotnet watch test
54
```
55
56
### Local Publish ###
@@ -62,6 +65,7 @@ dotnet-cake build.cake --task="Publish"
62
65
* Swagger for api documentation (URL: http://localhost:5000/swagger/index.html)
63
66
* CQRS Pattern (Command Query Responsibility Segregation)
64
67
* Authentication based on Identity Framework & JWT Bearer
68
+* Integration Tests with XUnit
69
* Material design
70
* Realtime update on employee logs
71
* 
0 commit comments