60 releases (23 breaking)

new 0.40.1 Nov 25, 2024
0.39.0 Oct 11, 2024
0.31.0 Jul 5, 2024
0.24.1 Mar 30, 2024
0.17.7 Mar 31, 2023

#41 in Magic Beans

Download history 247/week @ 2024-08-07 212/week @ 2024-08-14 72/week @ 2024-08-21 131/week @ 2024-08-28 39/week @ 2024-09-11 212/week @ 2024-09-18 69/week @ 2024-09-25 454/week @ 2024-10-02 435/week @ 2024-10-09 66/week @ 2024-10-16 1/week @ 2024-10-30 2/week @ 2024-11-06 113/week @ 2024-11-20

116 downloads per month

BUSL-1.1

2MB
13K SLoC

Fuel Core E2E Test Client

The test client provides a suite of idempotent tests intended to validate remote environments.

To customize the suite parameters for an existing node deployment, set the FUEL_CORE_E2E_CONFIG environment variable with a path to a valid configuration toml.

When FUEL_CORE_E2E_CONFIG is unset a default configuration is used which is suitable for local environment testing. The default configuration is:

endpoint = "http://localhost:4000"
wallet_sync_timeout = "10s"
full_test = false
coinbase_contract_id = "7777777777777777777777777777777777777777777777777777777777777777"


[wallet_a]
secret = "de97d8624a438121b86a1956544bd72ed68cd69f2c99555b08b1e8c51ffd511c"

[wallet_b]
secret = "37fa81c84ccd547c30c176b118d5cb892bdb113e8e80141f266519422ef9eefd"
FUEL_CORE_E2E_CONFIG="/Users/your_user_name/fuel/e2e.toml" cargo run -p fuel-core-e2e-client -- --nocapture

Dependencies

~31–45MB
~739K SLoC