Run test suite with coverage
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-go-tech-stacks-go@IvanTorresEdge/molcajete.ai# Run Tests Execute the test suite with optional race detection and coverage. Use the Task tool to launch the **tester** agent with instructions: 1. Run `make test` (or `go test -v ./...` if no Makefile) 2. Show test results with pass/fail counts 3. Display any failing test details 4. Optionally run with race detector (`make test-race`) 5. Generate coverage report if requested (`make coverage`) 6. Show coverage percentage 7. Suggest improvements if coverage is low Reference the testing-patterns and coverage-analysis 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
测试策略协调员,全面测试规划和实施