CargoSolanaTest

Cargo plugin to setup solana test environment.

By default it's using solana-test-framework

Installation

To install run: cargo install --git https://github.com/f44z/cargo-solana-test

Usage

``` USAGE: cargo solana_test init [OPTIONS]

OPTIONS: --frameworkurl Url to framework repository. -h, --help Print help information --isanchor Is anchor project. --path Path to tested project. --testfilepath Path where to create test file. ```