Skip to main content

Documentation Index

Fetch the complete documentation index at: https://quashbugs.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Prompt quality directly affects test quality in Quash. This section is your single source of truth for prompt structure, examples, and best practices across products.

Download the full guide

Download: How to Prompt Guide (May 2026) (PDF)

Fundamentals that apply everywhere

Use these principles before any workflow-specific prompt:
  1. Be specific about targets. Name screens, buttons, and fields exactly as they appear in UI text.
  2. Define expected outcomes. Say what must be true at the end so execution has a clear pass/fail condition.
  3. Handle interruptions explicitly. Mention what to do if permissions, onboarding, banners, or popups appear.
  4. Keep prompt scope focused. One coherent objective per prompt gives stronger and more reliable results.
These fundamentals apply to both generation and execution workflows.

Choose your workflow