Skip to content

Files

end-to-end

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 25, 2024
Jun 6, 2024
Jun 13, 2024
Jan 12, 2024
May 22, 2024
Apr 10, 2024
Jun 10, 2024
Mar 25, 2024
Sep 6, 2023
May 3, 2024
May 27, 2024
May 7, 2024
May 14, 2024
Jan 17, 2024
Jan 8, 2024

End to End

This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.

anvil -p 8545 --host 0.0.0.0 --chain-id 31337

and then running

yarn test

Or by running

yarn test:integration

which will spawn the two processes.

You can also run this by docker-compose up which will spawn 2 different containers for Anvil and the test runner.