Features
Export
Updated for v0.16.0Edit on GitHub
A dedicated Export screen (activity-bar Upload icon, mirroring Import) for sending selected cases back out to the formats other tools understand.
Formats
- Universal CSV
- TestRail CSV
- Qase JSON
- Allure JSON
Each exporter is the documented inverse of its importer, so Kensa is a clean two-way bridge rather than a one-way trap.
Flow
The Export wizard shows:
- A suite / case picker (the same checkbox scope picker used elsewhere) to choose exactly which cases to export.
- Format radio buttons.
- A lossy-fields disclosure for the chosen format, so you know up front what each target can and can't represent.
Fidelity
An export → re-import round-trip preserves the carried fields - title, steps, tags, priority, status, preconditions, and custom metadata. It is not byte-perfect, because the target formats are inherently lossier than Kensa's own Markdown (the same lossiness you'd hit importing from them). Each format's specific lossy fields are disclosed in the dialog before you export.