FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.16k stars 1.34k forks source link

Integrate `launchTestNode` with `fuel-gauge` #1820

Closed arboleya closed 2 months ago

arboleya commented 7 months ago

The idea is to update tests to use an isolated node via launchTestNode.

Then, we can try running tests in parallel / concurrently again.

Past experiments have been successful in this regard.


Must be done after:

And will probably fix:

arboleya commented 5 months ago

@nedsalk It would be fantastic to have a draft PR for this, after:

Like a small POC proving the workings of the former and demoing it in the real world.

cc @danielbate

danielbate commented 3 months ago

As part of this and with the merging of #2378, can we add the @group browser tag to tests also? The imports will need to be using the typegen paths.

maschad commented 3 months ago

Based on the discussion on sync 01-07-2024 I've limited the scope of work to the internal fuel-gauge test suite so that the PR can be more easily reviewed.