Agoric / wallet-app

Site for wallet.agoric.app
https://wallet.agoric.app/
2 stars 7 forks source link

feat: initial test cases for the wallet-app #143

Closed rabi-siddique closed 7 months ago

rabi-siddique commented 7 months ago

The PR implements initial test cases for the wallet UI.

How to execute tests:

  • Start the agoric chain with the following command:
docker run -d -p 26657:26657 -p 1317:1317 -p 9090:9090 ghcr.io/agoric/agoric-3-proposals:main
  • Start the local server for wallet-app
yarn start
  • Execute the tests using the following command:
yarn test:e2e