-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Issue to be solved
Currently it can be cumbersome to bootsrap large numbers of test dependencies. This is especially problemmatic for DeFi projects with many dependencies.
Suggested Solution
The flow emulator has a remote store feature which can be used for forking the latest live network state. We should surface this in the test framework similar to how it is surfaced in the emulator server. (e.g. similar to foundry fork testing, cheatcodes out of scope)