laconic-registry-cli/test
IshaVenikar c87765586a
Some checks failed
Lint / lint (18.x) (pull_request) Successful in 1m28s
Tests / cli_tests (18.x) (pull_request) Failing after 8m55s
Replace photon with alnt
2024-07-30 11:17:17 +05:30
..
data Add CLI tests and setup CI (#53) 2024-01-29 04:46:32 +00:00
cli.test.ts Replace photon with alnt 2024-07-30 11:17:17 +05:30
helpers.ts Replace photon with alnt 2024-07-30 11:17:17 +05:30
README.md Rename laconic2d to laconicd and upgrade SDK (#61) 2024-04-02 13:25:31 +00:00
run-tests.sh Replace photon with alnt 2024-07-30 11:17:17 +05:30

Run CLI tests

  • Follow the project Setup and Account Setup from root README

  • Add laconic cmd to path

    export PATH="$PWD/bin:$PATH"
    
  • Create a .env file using .env.example:

    cp .env.example .env
    
  • Get account address of test account:

    laconicd keys list --keyring-backend test
    
    # - address: laconic10er85pyd7ukw732e88fzv7k0jq205764hye2dx
    #   name: alice
    #   pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AsDoWlNIr3W013pOiwmopaB/SaWQj6r3g56xb2d9GxYK"}'
    #   type: local
    

    Use the address field from the result and assign it in TEST_ACCOUNT field of .env file

  • Run CLI tests:

    yarn test