Add E2E tests, fix bugs

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-13 05:17:48 +03:00
parent 1f98b5e958
commit 8f7deb3fca
71 changed files with 4740 additions and 29 deletions
+49
View File
@@ -0,0 +1,49 @@
# Dependencies Table
**Date**: 2026-04-13
**Total Tasks**: 5
**Total Complexity Points**: 21
| Task | Name | Complexity | Dependencies | Epic |
|------|------|-----------|-------------|------|
| 01 | test_infrastructure | 5 | None | Blackbox Tests |
| 02 | test_health_auth | 3 | 01 | Blackbox Tests |
| 03 | test_resources | 5 | 01, 02 | Blackbox Tests |
| 04 | test_unlock | 5 | 01, 02 | Blackbox Tests |
| 05 | test_resilience_perf | 3 | 01, 02 | Blackbox Tests |
## Execution Batches
| Batch | Tasks | Parallel? | Total Points |
|-------|-------|-----------|-------------|
| 1 | 01_test_infrastructure | No | 5 |
| 2 | 02_test_health_auth | No | 3 |
| 3 | 03_test_resources, 04_test_unlock, 05_test_resilience_perf | Yes (parallel) | 13 |
## Test Scenario Coverage
| Test Scenario | Task |
|--------------|------|
| FT-P-01 Health | 02 |
| FT-P-02 Status unauthenticated | 02 |
| FT-P-03 Login valid | 02 |
| FT-P-04 Download resource | 03 |
| FT-P-05 Upload resource | 03 |
| FT-P-06 Unlock workflow | 04 |
| FT-P-07 Unlock detect loaded | 04 |
| FT-P-08 Unlock status | 04 |
| FT-N-01 Login invalid | 02 |
| FT-N-02 Login missing fields | 02 |
| FT-N-03 Upload no file | 03 |
| FT-N-04 Download nonexistent | 03 |
| FT-N-05 Unlock no archive | 04 |
| NFT-PERF-01 Health latency | 05 |
| NFT-PERF-02 Login latency | 05 |
| NFT-PERF-03 Download latency | 05 |
| NFT-RES-01 API unavailable | 05 |
| NFT-RES-02 CDN unavailable | 05 |
| NFT-RES-03 Docker unavailable | 05 |
| NFT-RES-LIM-01 Large upload | 03 |
| NFT-RES-LIM-02 Concurrent unlock | 04 |
| NFT-SEC-01 Unauth access | 03 |
| NFT-SEC-02 Encrypt round-trip | 03 |