Skip to content

primitives finding

factory-droid[bot] edited this page Jul 5, 2026 · 1 revision

Finding

Active contributors: Douwe de Vries, vriesd

Purpose

A Finding is a structured conclusion from testing. It can represent a bug, risk, passed check, failed check, open question, or follow-up action.

Key source files

File Purpose
crates/qa-scribe-core/src/domain/finding.rs Finding DTOs, drafts, patches, kind values, and evidence link types.
crates/qa-scribe-core/src/services/session_service/findings.rs Finding persistence and evidence validation.
src-tauri/src/commands/findings.rs Finding bridge commands.
frontend/src/views/FindingsView.tsx Findings collection UI.
frontend/src/views/RichRecordView.tsx Shared record editor used by Findings.

Integration points

Findings can be created manually or generated through AI-assisted Testware. They use Evidence and Rich record editing.

Clone this wiki locally