datahaven/test/e2e/framework
undercover-cactus 406a0dc59e
test: storagehub e2e (#394)
## Summary

Add Storage Hub basic end to end test. This PR also include some fixes
to allow Storage Hub node and datahaven node to run on the same network
(local chain). Before that one was running on dev and the other one on
the local chain.

## What changed

* Added `storagehub.test.ts` e2e test. In this file we explicitly start
the storagehub node using the launch function already used in the CI
* Added Storage Hub backend the flow so it can be used in the e2e test
* Fix the `--chain local` vs `--chain dev` issue. The storagehub nodes
were started on the dev network and therefore they were never syncing
with the datahaven node
* Fix  the folder permission issue in the CI by fixing the folder name
* Added StorageHub javascript lib

---------

Co-authored-by: Gonza Montiel <gonzamontiel@users.noreply.github.com>
Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com>
Co-authored-by: Gonza Montiel <gon.montiel@gmail.com>
2026-03-11 12:39:47 +01:00
..
connectors.ts refactor(test): reorganize e2e test suites (#373) 2026-01-20 15:52:33 +02:00
index.ts test: integrate validator-set-submitter Docker container into E2E test (#453) 2026-02-24 18:31:49 +02:00
manager.ts refactor(test): reorganize e2e test suites (#373) 2026-01-20 15:52:33 +02:00
submitter.ts fix(e2e): stabilize submitter CI and local relayer startup (#470) 2026-03-06 13:08:13 +01:00
suite.ts fix(e2e): stabilize submitter CI and local relayer startup (#470) 2026-03-06 13:08:13 +01:00
validators.ts test: storagehub e2e (#394) 2026-03-11 12:39:47 +01:00