You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TUTORIAL.md
+63-5Lines changed: 63 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Building Modern Web Applications with Angular, .NET, and OAuth 2.0 — Complete Tutorial Series
2
2
3
-
Learn how to build secure, scalable enterprise applications using the **CAT Pattern** (Client, API Resource, Token Service) with Angular 20, .NET 10, and Duende IdentityServer.
3
+
Learn how to build secure, scalable enterprise applications using the **CAT Pattern** (Client, API Resource, Token Service) with Angular 20, .NET 10, and Duende IdentityServer, plus comprehensive **end-to-end testing** with Playwright.
4
4
5
5
## 📚 Tutorial Series
6
6
@@ -81,15 +81,18 @@ Learn how to build secure, scalable enterprise applications using the **CAT Patt
81
81
82
82
**Topics covered:**
83
83
* Git submodules deep dive (workflows, commands, best practices)
84
-
* Testing strategies (unit, integration, E2E with Playwright)
84
+
* Testing strategies (unit, integration, E2E)
85
+
***Playwright E2E testing submodule** (separate repo for tests)
0 commit comments