juno icon indicating copy to clipboard operation
juno copied to clipboard

proposal: introduce an e2e test suite

Open vuong177 opened this issue 2 years ago • 0 comments

Refer to the e2e test in osmosis and Gaia. I propose we should introduce an e2e integration test suite that allows us to test chain functionality :

  • IBC transfers
  • Chain upgrade
  • Interact with Wasm Contract

We can refer to Osmosis and Gaia :

  • https://github.com/cosmos/gaia/tree/main/tests/e2e
  • https://github.com/osmosis-labs/osmosis/tree/main/tests/e2e

vuong177 avatar Oct 13 '22 02:10 vuong177