-
-
Notifications
You must be signed in to change notification settings - Fork 3
JSON output for test listing #598
Copy link
Copy link
Open
Labels
cliRelated to the command-line interfaceRelated to the command-line interfacediagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karva
Description
Support JSON output when listing discovered tests, for programmatic consumption:
karva test --dry-run --format json
karva test --dry-run --format json-pretty
This would output structured test metadata (name, module, tags, parameters, file path, line number) that other tools can consume for building test dashboards, selecting tests, or integrating with IDEs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliRelated to the command-line interfaceRelated to the command-line interfacediagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karva