run_mutation_tests
Run Stryker mutation tests on the entire project or specific files, producing a JSON mutation report to uncover weak test coverage.
Instructions
Führt Stryker Mutationstests für das Projekt oder spezifische Dateien aus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mutate | No | Array von Datei-Globs für Mutationen (z.B. ['src/calculator.ts']). | |
| configFile | No | Pfad zur Stryker Konfigurationsdatei. | |
| testRunner | No | Name des Test-Runners (z.B. 'vitest'). | |
| concurrency | No | Anzahl paralleler Test-Runner-Prozesse. |