-
Notifications
You must be signed in to change notification settings - Fork 0
crates qa scribe app
factory-droid[bot] edited this page Jul 5, 2026
·
1 revision
Active contributors: Douwe de Vries, vriesd
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.
| 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. |
The smoke harness exercises qa-scribe-core, Managed attachments, and AI-assisted Testware from a non-GUI path.
- QA Scribe
- Download overview video (MP4)
- Architecture
- Getting started
- Glossary
- By the numbers
- Lore
- Fun facts
- Video overview
- How to contribute
- Development workflow
- Testing
- Debugging
- Patterns and conventions
- Tooling
- Applications
- Desktop app
- Smoke harness
- Systems
- Rust core
- Tauri command bridge
- Frontend shell
- Generation jobs
- Provider detection
- Release tooling
- Features
- Session capture
- Rich record editing
- Managed attachments
- AI-assisted Testware
- Settings and provider setup
- Crates
- qa-scribe-core
- qa-scribe-app
- Primitives
- Session
- Entry
- Finding
- Draft
- Evidence
- API
- Tauri commands
- Deployment
- Security
- Background
- Architecture decisions
- Migration context
- Cleanup opportunities
- TODOs and FIXMEs
- Complexity hotspots
- Reference
- Configuration
- Data models
- Dependencies