fuel-core-e2e-client

Crates.iofuel-core-e2e-client
lib.rsfuel-core-e2e-client
version0.31.0
sourcesrc
created_at2023-02-22 01:17:31.618502
updated_at2024-07-05 23:46:55.464681
descriptionFuel Core E2E Testing Client
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/fuel-core
max_upload_size
id791244
size7,201,768
(fuel-service-user)

documentation

README

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
Commit count: 959

cargo fmt