datahaven/test/docs
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
..
deployment.md fix: Resolve CI workflow configuration issues (#143) 2025-09-02 13:02:13 +02:00
E2E_FRAMEWORK_OVERVIEW.md test: only inject contracts in e2e tests if INJECT_CONTRACTS env is 'true' (#315) 2025-11-24 12:07:36 +01:00
event-utilities-guide.md test: wait for event utils (#121) 2025-08-01 20:56:46 +02:00