Expand description
§Mina Node Testing CLI
Command-line interface for running Mina node scenario tests. Provides tools for generating, running, and managing deterministic blockchain testing scenarios.
§Documentation
For detailed documentation and usage examples, see:
- Scenario Tests - Complete testing guide
- Testing Framework - Testing architecture
§Quick Start
List all available scenarios:
cargo run --release --bin mina-node-testing -- scenarios-list
Run a specific scenario:
cargo run --release --bin mina-node-testing -- scenarios-run --name p2p-signaling
Structs§
- Command
Scenarios Generate - Command
Scenarios List - Command
Scenarios Run - Run scenario located at
res/scenarios
. - Command
Server - Mina
Testing Cli