Commit c792596
feat: add E2E tests and update contact controller
- Add login-test.spec.ts for login flow E2E testing
- Add register-redirect.spec.ts for registration redirect test
- Update contact-crud.spec.ts with complete CRUD flow tests
- Update ContactController.java with contact management endpoints
- Update registration screen with multi-step wizard
- Move hardcoded credentials to .env.e2e environment variables
- Add E2E_API_URL to environment configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1f403ac commit c792596
7 files changed
Lines changed: 399 additions & 875 deletions
File tree
- apps
- backend/src/main/java/com/simpleaccounts/rest/contactcontroller
- frontend
- e2e
- src/screens/register
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| |||
304 | 307 | | |
305 | 308 | | |
306 | 309 | | |
307 | | - | |
| 310 | + | |
308 | 311 | | |
309 | 312 | | |
310 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
0 commit comments