You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`packages/evm-wallet-experiment/logs/` (bind-mount) |`/logs`| Per-service log files (`<service-name>.log`); persists across restarts and readable directly on the host |
73
+
74
+
The `logs/` directory is created automatically by `docker:up` and `docker:interactive:up` via the `docker:ensure-logs` script. Each container's entrypoint tees its stdout/stderr to `/logs/<service-name>.log`.
73
75
74
76
---
75
77
@@ -123,12 +125,20 @@ The test suite covers: wallet setup on both kernels, delegation creation and tra
Kernel containers write a readiness JSON file to `/run/ocap/<service>-ready.json` when the daemon is up. The host-side setup scripts poll this before proceeding.
131
139
140
+
After `test:e2e:docker` completes, structured pass/fail results are written to `packages/evm-wallet-experiment/logs/test-results.json` by the Vitest JSON reporter.
0 commit comments