{"id":31923401,"url":"https://github.com/fuellabs/fuel-e2e-tests","last_synced_at":"2025-10-13T23:50:19.175Z","repository":{"id":56579545,"uuid":"521995675","full_name":"FuelLabs/fuel-e2e-tests","owner":"FuelLabs","description":"End-to-end tests of the Fuel stack.","archived":false,"fork":false,"pushed_at":"2025-04-23T13:51:03.000Z","size":193,"stargazers_count":2,"open_issues_count":2,"forks_count":5,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-21T18:34:19.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FuelLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-06T16:18:54.000Z","updated_at":"2025-04-21T14:20:28.000Z","dependencies_parsed_at":"2025-03-07T06:23:00.212Z","dependency_job_id":"fadfd745-b03e-42d2-9b97-c6fc6ab4abf7","html_url":"https://github.com/FuelLabs/fuel-e2e-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FuelLabs/fuel-e2e-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuelLabs%2Ffuel-e2e-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuelLabs%2Ffuel-e2e-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuelLabs%2Ffuel-e2e-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuelLabs%2Ffuel-e2e-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FuelLabs","download_url":"https://codeload.github.com/FuelLabs/fuel-e2e-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FuelLabs%2Ffuel-e2e-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017229,"owners_count":26086016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-13T23:50:18.000Z","updated_at":"2025-10-13T23:50:19.166Z","avatar_url":"https://github.com/FuelLabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configuration\n\nThe configuration is driven by a set of environment variables that can be defined either in your system environment or in a `.env` file in the project root.\n\n## Required Environment Variables\n\nThe following environment variables are used to configure the project. Make sure to set them up as described:\n\n### 1. `TARGET_CHAIN`\n\n- **Description:**\n  Whether to run locally, against the devnet or testnet.\n- **Accepted Values:**\n  - `\"local\"`: Runs a local node.\n  - `\"devnet\"`: Connects to the Fuel Devnet at `https://devnet.fuel.network`.\n  - `\"testnet\"`: Connects to the Fuel Testnet at `https://testnet.fuel.network`.\n\n### 2. `DEV_KEY`\n\n- **Description:**\n  When `TARGET_CHAIN` is set to `\"devnet\"`, this variable must be set to the private key for the wallet used on the Devnet.\n\n### 3. `TESTNET_KEY`\n\n- **Description:**\n  When `TARGET_CHAIN` is set to `\"testnet\"`, this variable must be set to the private key for the wallet used on the Testnet.\n\n### 4. `FORCE_DEPLOY`\n\n- **Description:**\n  A boolean flag that indicates whether to force contract deployment even if a previous instance exists.\n- **Accepted Values:**\n  - `\"true\"` (case insensitive) to force deployment.\n  - Any other value or absence of this variable will default to `false`.\n\n### 5. `DEPLOY_IN_BLOBS`\n\n- **Description:**\n  A boolean flag that indicates whether the contract should be deployed as blobs (as a loader) or not.\n- **Accepted Values:**\n  - `\"true\"` (case insensitive) to deploy in blobs.\n  - Any other value or absence of this variable will default to `false`.\n\n## Example `.env` File\n\nBelow is an example of what your `.env` file might look like when targeting the devnet:\n\n```env\nTARGET_CHAIN=devnet\nDEV_KEY=your_devnet_private_key_here\nFORCE_DEPLOY=true\nDEPLOY_IN_BLOBS=false\n```\n\nFor a local setup, you only need to set `TARGET_CHAIN` to `local`:\n\n```env\nTARGET_CHAIN=local\nFORCE_DEPLOY=false\nDEPLOY_IN_BLOBS=false\n```\n\n## Running Tests\n\nTo run the tests for the project, simply execute:\n\n```bash\ncargo test -- --test-threads=1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuellabs%2Ffuel-e2e-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuellabs%2Ffuel-e2e-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuellabs%2Ffuel-e2e-tests/lists"}