Run tests and analyze results
Executes project test suites across multiple frameworks and provides failure analysis with suggested fixes.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/smaiil-awesome-claude-agents/marketplace.json/plugin install smaiil-awesome-claude-agents@cpd-smaiil-awesome-claude-agentstesting/Run the project's test suite and analyze results.
Detect test framework by checking:
package.json for Jest/Vitest/Mochapytest.ini or pyproject.toml for pytestCargo.toml for Rust testsgo.mod for Go tests*.csproj for .NET testsRun appropriate test command:
npm test or npx jestpytest -vcargo testgo test ./...dotnet testAnalyze results:
<path>: Run tests in specific file/directory--watch: Run in watch mode (if supported)--coverage: Run with coverage report