docs: add testing procedures and scenario catalog

This commit is contained in:
Siavash Sameni
2026-06-06 10:35:47 +04:00
parent b3eea176d5
commit 9267961909
8 changed files with 1009 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ tags: [development]
Both repos use **Jest** as the unit/integration runner. The frontend additionally uses **React Testing Library** for component tests and **Playwright** for end-to-end browser tests. This page covers what exists today, how to run it, and how to add new tests.
For cross-service procedures, live-dev E2E scenarios, scanner payment runs, CI
verification, and release-blocking test gaps, see [[11 - Testing/Testing Overview]].
---
## Backend testing