Add generic E2E harness and Marmot TS relay test suite

This commit is contained in:
2026-03-14 00:32:34 +01:00
parent d95cd1cb33
commit 9616383e19
7 changed files with 706 additions and 50 deletions

View File

@@ -169,3 +169,9 @@ For external CLI end-to-end checks with `nak`:
```bash
mix test.nak_e2e
```
For Marmot client end-to-end checks (TypeScript/Node suite using `marmot-ts`):
```bash
mix test.marmot_e2e
```