UNPKG

@zombienet/cli

Version:

ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks

12 lines (11 loc) 554 B
/** * Test - performs test/assertions against the spawned network, using a set of natural * language expressions that allow to make assertions based on metrics, logs and some * built-in function that query the network using polkadot.js * Read more here: https://paritytech.github.io/zombienet/cli/testing.html * @param testFile * @param runningNetworkSpec * @param opts (commander) * @param program (commander) */ export declare function test(testFile: string, runningNetworkSpec: string | undefined, cmdOpts: any, program: any): Promise<void>;