Problem
We need an end-to-end test that exercises the full demo path against real (local) Freenet nodes.
What needs to happen
Following the same pattern as freenet-core's ping app integration tests:
- Spin up two local nodes on unique loopback IPs.
- On node A: init-identity, create a repo, push an initial commit through git-remote-freenet.
- On node B: git clone freenet: against node B's WS endpoint; verify the working tree matches.
- On node A: make a second commit, push.
- On node B: git pull, verify the new commit is fetched.
Dependencies
Note for implementer
The 6-peer simulation tools and ping app integration test in freenet-core/crates/core/tests/ are the reference. Use the same test harness rather than rolling our own node-spawning code.
[AI-assisted - Claude]
Problem
We need an end-to-end test that exercises the full demo path against real (local) Freenet nodes.
What needs to happen
Following the same pattern as freenet-core's ping app integration tests:
Dependencies
Note for implementer
The 6-peer simulation tools and ping app integration test in freenet-core/crates/core/tests/ are the reference. Use the same test harness rather than rolling our own node-spawning code.
[AI-assisted - Claude]