Add: dummy backend for behavioural testing

This commit is contained in:
DaZuo0122
2026-02-13 15:34:01 +08:00
parent 55fe53235d
commit 77f4139392
7 changed files with 691 additions and 3 deletions

View File

@@ -72,6 +72,12 @@ cargo test --workspace
just qa-validate
```
Optional runtime/API stress validation:
```powershell
just random-backend-test
```
For runtime behavior issues, include screenshot capture paths in the issue file.
## Definition of Done