63
Testship offers a revolutionary approach to testing Solana Anchor programs without the need for writing tests. This tool provides an interactive UI that allows developers to test their programs instantly, eliminating the need for setup or configuration. Simply run one command and start testing with an auto-generated interface. Key features include
Interactive UI: Instantly test any Anchor program with an automatically generated, intuitive testing interface.
PDA Derivation: Automatic derivation of basic and complex Program Derived Addresses (PDAs) without manual calculations.
Smart Suggestions: Get account suggestions based on recently used addresses, making it easier to remember account addresses.
Session Sharing: Share your testing UI with non-technical team members via a simple link for effortless collaboration.
Hot Reloading: Make changes in your program, run anchor build, and watch the testing UI update automatically with your latest code.
Export to Tests: Soon, you'll be able to export your interactive tests to automated test suites for CI/CD integration.
Testship works directly on your machine with your existing development environment, bringing powerful testing capabilities directly to your Anchor workspace. No context switching or complicated setup is required. Experience a fast testing experience with no installation needed, just run npx @blockchain-hq/testship@latest start and begin testing. Testship is open source under the MIT License, encouraging contributions and feature suggestions from the community.
Built with