Skip to content

crates qa scribe app

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

qa-scribe-app

Active contributors: Douwe de Vries, vriesd

Purpose

qa-scribe-app is a small workspace binary used as a non-GUI smoke harness. It verifies that core workflows can run without the desktop renderer.

Key source files

File Purpose
crates/qa-scribe-app/Cargo.toml Crate metadata and dependency on qa-scribe-core.
crates/qa-scribe-app/src/main.rs Smoke workflow entry point.
crates/qa-scribe-app/src/generation_smoke.rs Generation smoke helper.
package.json Declares bun run smoke.

Integration points

The smoke harness exercises qa-scribe-core, Managed attachments, and AI-assisted Testware from a non-GUI path.

Clone this wiki locally