wormhole-foundation / wormhole-scaffolding

Starter apps with Wormhole integration
Other
47 stars 30 forks source link

Add Tilt integration test for Hello World #10

Open a5-pickle opened 1 year ago

a5-pickle commented 1 year ago

Objective

Add an integration test that allows Hello World apps to speak to each other.

Definition of Done

In a new directory (probably called tilt in the root of the repository), build out how the tests should be organized and add a test that performs sendMessage and receiveMessage from each EVM and Solana contracts.

Please be mindful of other apps from new networks joining the test. For example, if a Hello World Aptos app is written, each app should interact with the other two apps (Aptos <> EVM and Solana, Solana <> Aptos and EVM, etc). We prefer the tests to be exhaustive, so each network's app interacting with all other networks' apps.