Module Test banner
laradashboard laradashboard

Module Test

Testing community

Description

--- description: "Run tests for a specific module or all module-related tests" allowed-tools: ["Bash", "Read", "Glob", "Grep"] --- # Run Module Tests Run tests for a specific LaraDashboard module. ## Instructions 1. Parse arguments: $ARGUMENTS - If a module name is given, run tests for that module - If empty, run all module-related tests 2. Determine test location: - Module tests: `modules/{module}/tests/` - Core module command tests: `tests/Feature/Commands/Module*` - Core m

Installation

Installs to ~/.claude/commands/laradashboard-laradashboard-module-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/laradashboard/laradashboard/HEAD/.claude/commands/module-test.md -o ~/.claude/commands/laradashboard-laradashboard-module-test.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository