Eoslime
  • Introduction
  • Examples
  • Tutorial
  • Changelog
    • Version 2.0.0 [TypeScript]
    • Version 1.0.4
    • Version 1.0.3
    • Version 1.0.2
    • Version 1.0.1
  • Developer Documentation
    • Initialization
    • Account
      • Methods
      • Static Methods
      • Default Account
    • Multisignature Account
      • Methods
    • Providers
    • Contract
      • Deployment
      • Instantiation
      • Blockchain Contract Action Methods
    • Utils
  • CLI
    • init
      • --with-example
    • compile
      • --path
    • deploy
      • --path
      • --network
      • --deployer
    • test
      • --path
      • --network
      • --resource-report
    • shape
      • --framework
    • nodeos
      • start
        • --path
      • stop
      • logs
        • --lines
      • accounts
Powered by GitBook
On this page

Was this helpful?

  1. CLI
  2. test

--network

You can specify the network you want to execute tests on

  • In case of supported network

    eoslime test --network="[ local / jungle / jungle3 / bos / worbli / main / kylin ]"
  • In case of unsupported network

    eoslime test --network.url="My custom endpoint" --network.chainId="Blockchain id"

Default

By default the network will be set to local

Previous--pathNext--resource-report

Last updated 4 years ago

Was this helpful?