47 releases (13 breaking)

new 0.30.0 Jun 16, 2024
0.28.0 Jun 7, 2024
0.24.1 Mar 30, 2024
0.22.0 Dec 12, 2023
0.17.7 Mar 31, 2023

#8 in #e2e

Download history 15/week @ 2024-02-25 357/week @ 2024-03-03 69/week @ 2024-03-10 1/week @ 2024-03-17 183/week @ 2024-03-24 233/week @ 2024-03-31 22/week @ 2024-04-07 416/week @ 2024-04-14 220/week @ 2024-04-21 150/week @ 2024-04-28 3/week @ 2024-05-05 4/week @ 2024-05-19 152/week @ 2024-05-26 132/week @ 2024-06-02 79/week @ 2024-06-09

367 downloads per month

BUSL-1.1

3MB
35K 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

~76–115MB
~2M SLoC