Open
Description
Adding consume cache --extract-to=some/path
would help replace scripts such as this download-and-extract-fixtures.sh with a one-liner:
uvx --from git+https://github.com/ethereum/execution-spec-tests \
consume cache [email protected] --extract-to=./zkevm-fixtures
It'd be worth updatind the example here: https://eest.ethereum.org/main/running_tests/consume/cache/
Worth checking the status of #1834 if you work on this: