Kensa

Features

Bulk Actions

Updated for v0.16.0Edit on GitHub

When you select multiple cases in the sidebar (Shift/Cmd/Ctrl+Click), a multi-select toolbar lets you act on all of them at once. The toolbar sits permanently at the top of the sidebar on both the Explorer and Search tabs, with a collapse toggle; its buttons grey out when nothing is selected or no project is open.

Operations

  • Set priority on all selected cases.
  • Set status on all selected cases.
  • Add tags to all selected cases.
  • Remove tags from all selected cases.
  • Move to suite - relocate all selected cases into a chosen suite.
  • Duplicate all selected cases.
  • Soft-delete all selected cases (to .tms/trash/, recoverable).

Operation popovers (e.g. choosing a target suite or typing tags) open downward from the toolbar.

Relationship to other screens

Bulk actions are deliberately scoped to fast, in-place edits. Heavier flows live on their own screens:

  • Add to plan → the Test Plans screen.
  • Run selected → the Runs screen.
  • Export → the dedicated Export screen.

For scripted or filter-driven bulk edits (including from AI agents), the kensa CLI offers bulk, rename-tag, and bulk-apply with a dry-run-by-default safety matrix.