Commit b462d84
authored
Test Coverage and Reliability Improvements
Overview
This PR introduces a comprehensive testing strategy across the Seamless Auth codebase. The goal was to significantly increase confidence in system behavior, particularly around authentication flows, security boundaries, and infrastructure wiring.
The result is a robust suite of unit, integration, and end-to-end tests that validate both expected behavior and failure modes.162 files changed
Lines changed: 7279 additions & 221 deletions
File tree
- .github/workflows
- resources
- src
- config
- controllers
- generated
- lib
- middleware
- models
- openapi
- routes
- schemas
- scripts
- services
- types
- utils
- tests
- e2e
- factories
- integration
- admin
- authentication
- auth
- health
- internal
- jwks
- magicLink
- otp
- registration
- session
- systemConfig
- user
- webauthn
- setup
- unit
- config
- lib
- middleware
- models
- openapi
- scripts
- services
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | | - | |
36 | 40 | | |
37 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
This file was deleted.
0 commit comments