tryorama
tryorama copied to clipboard
Toolset to manage Holochain conductors and facilitate test scenarios
In a sample app scaffolded from the [open-dev templates](https://github.com/holochain-open-dev/templates), when I run the tryorama tests, they all pass, but the process itself errors out because of weird websocket connection errors:...
On every admin call to a conductor managed by TryCP, an admin websocket connection is established and dropped. AC - refactor to keep one admin websocket alive throughout the session
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. Changelog Sourced from vite's changelog. 4.5.1 (2023-12-04) fix: backport #15223, proxy html path should be encoded (#15226) (41bb354), closes #15223 #15226 Commits c075115 release:...
i assume this means some problem with the wasm build.. but better error handling and info is needed mac os ventura "dependencies": { "@msgpack/msgpack": "^2.7.0", "@holochain/client": "^0.16.2", "@holochain/tryorama": "^0.15.1", "js-base64":...
set env `HOLOCHAIN_LOG_LEVEL` when running the trycp server Example: ``` HOLOCHAIN_LOG_LEVEL="warn,NETAUDIT=trace" trycp_server ```
it was removed in https://github.com/holochain/tryorama/commit/1e94fe2ac1c76e70412ae39c6388d0059b286259 the trycp_server crate has been part of the workspace for over two years, since: https://github.com/holochain/tryorama/commit/8affc336770804027f90a3f2d62d6a229d3b0257 hence i'm not sure if the removing of its own...
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...