datahaven/test/launcher
undercover-cactus 53d209bbae
test: only inject contracts in e2e tests if INJECT_CONTRACTS env is 'true' (#315)
In this PR we add an environment variable `INJECT_CONTRACTS`. This
environment variable specify if the contracts should be injected in the
e2e tests. By default it is false. The environment variable is set to
`true` in the CI job that run the e2e tests.

We are using a environment variable because `bun test` doesn't allow for
passing extra arguments.

A note about the new variable has been added in the documentation to
inform about the new behavior.

---------

Co-authored-by: Gonza Montiel <gonzamontiel@users.noreply.github.com>
2025-11-24 12:07:36 +01:00
..
network test: only inject contracts in e2e tests if INJECT_CONTRACTS env is 'true' (#315) 2025-11-24 12:07:36 +01:00
types test: Update validator set e2e test (#126) 2025-10-02 11:23:40 +00:00
utils feat: 🚀 add storage-hub nodes to CLI (#287) 2025-11-22 11:49:14 +01:00
contracts.ts feat: Datahaven contracts deployment on public testnet (#123) 2025-08-21 10:02:31 +00:00
datahaven.ts feat: injecting contracts feature for e2e testing (#295) 2025-11-20 12:42:12 +01:00
index.ts test: 🏗️ Setup e2e testing framework (#104) 2025-07-16 18:51:07 +02:00
kurtosis.ts feat: injecting contracts feature for e2e testing (#295) 2025-11-20 12:42:12 +01:00
parameters.ts test: 🏗️ Setup e2e testing framework (#104) 2025-07-16 18:51:07 +02:00
relayers.ts feat: Datahaven contracts deployment on public testnet (#123) 2025-08-21 10:02:31 +00:00
storagehub-docker.ts feat: 🚀 add storage-hub nodes to CLI (#287) 2025-11-22 11:49:14 +01:00
validators.ts test: Update validator set e2e test (#126) 2025-10-02 11:23:40 +00:00