| title | Parachain Example |
|---|---|
| description | Verification tests for the parachain-example recipe |
| source_repo | https://github.com/brunopgalvao/recipe-parachain-example |
This folder contains verification tests for the parachain-example recipe.
- Prerequisites: Rust, cargo, Node.js, and git are available
- Clone: The external recipe repo is cloned
- Build:
cargo build --releasebuilds the parachain binary - Install:
npm ciinstalls Node.js dependencies - Start Node: The parachain node is started in development mode
- Test:
npm testpasses all PAPI integration tests - Cleanup: The node process is stopped
npm ci
npm testThis test suite takes approximately 30-45 minutes due to the Rust compilation step.