Execute test suite with framework-appropriate testing language
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-sol-tech-stacks-solidity@IvanTorresEdge/molcajete.ai# Run Tests Execute test suite with framework-appropriate testing language. Use the Task tool to launch the **tester** agent with the following instructions: 1. Detect project framework using framework-detection skill 2. Run tests: - Foundry: `forge test` (Solidity tests) - Hardhat: `npx hardhat test` (TypeScript tests) 3. Show test results with pass/fail counts 4. Display any failing test details with traces 5. Report test execution time 6. Suggest running with increased verbosity if tests fail Reference the framework-detection and testing-patterns skills.
`/project:test <COMPONENT_OR_FEATURE>`
`/project:test <COMPONENT_OR_FEATURE>`
Manual UI testing with Chrome browser - explore your app while errors are captured
Write tests for code using test-driven development principles
测试策略协调员,全面测试规划和实施