惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
小众软件
小众软件
爱范儿
爱范儿
Y
Y Combinator Blog
博客园 - Franky
美团技术团队
博客园 - 【当耐特】
The Cloudflare Blog
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
WordPress大学
WordPress大学
V
Visual Studio Blog
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
有赞技术团队
有赞技术团队

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
GitHub - adriandomc/qastor: A multi-platform desktop appl...
adriandomc · 2026-06-02 · via Show HN

Qastor: the tool designed to get those troubling manual tests to their rest!

Qastor Logo

Build Release License: MIT

What is this?

Qastor is a multi-platform desktop application that allows you to create manual test cases from an easy to use interface and gather evidence with just a few clicks/keystrokes, allowing developers to focus on the actual testing rather than copying-and-pasting screenshots or debug logs.

WARNING: This tool is an early alpha version and hasn't been fully tested in all operating systems. Proceed with caution.

Why does this exist?

Qastor was created out of the necessity to have a self-contained tool that allows to create and manage manual QA test cases, as well as their evidence. While this is not a new idea, and there are other tools that make a better job out of it, I wanted to create this tool as in my current job, we make extensive use of spreadsheet files to keep track of test cases statuses (both manual and automatic), however what I find the most time consuming is linking the evidences, that are stored on the cloud and then referenced using their URL. When working with hundreds of cases, this becomes a nightmare, and it's a considerable amount of time spent doing this repetitive work, so this is what Qastor is designed for, to reduce that repetive screenshot/upload/link motion and keep everything stored within a single place and at the reach of only a few keystrokes.

Install

There are readily available releases here for the major operating systems (macOS, Windows, Linux), but I recommend you to build it from source, as it is still in development.

Pre-requisites to build from source

If you decide to build Qastor from source, you will need the following installed on your system:

  • Rust
  • Deno
  • Node.js (only required for Tauri CLI compatibility)

macOS

  1. Clone the repository.
  2. Run deno install to set up the environment.
  3. Run deno task tauri build to generate the .dmg file. You can find it under src-tauri/target/release/bundle/dmg.
  4. Ensure you grant Screen Recording permissions when prompted by the application for the screenshot functionality to work.

Windows

  1. Clone the repository.
  2. Run deno install.
  3. Run deno task tauri build to generate the .msi file.

Linux

  1. Clone the repository.
  2. Run deno install.
  3. Run deno task tauri build to generate the .AppImage file. Note: Depending on your Wayland/X11 setup, screenshot capture behavior might vary.

Features

  • Project-based Structure: Keep your test cases organized in folders. Qastor relies on a simple JSON schema for test cases, meaning they can be version-controlled effortlessly.
  • Authoring Made Simple: Create, edit, and organize test cases with tags, priorities, and module grouping directly from the application.
  • Session Runner: Execute your test cases step by step. A compact runner UI and a system tray indicator will guide you through the process without getting in the way of your actual testing.
  • Automatic Evidence Capture: Bind global hotkeys to capture screen regions, mark steps as passed or failed, and automatically attach the screenshots to your execution session.
  • Standalone HTML Reports: Once a session is complete, export a self-contained HTML report with all the steps, statuses, and embedded screenshots, ready to be shared with your team or attached to a Jira/Linear ticket.

Global Hotkeys (Default)

Qastor uses global hotkeys to prevent context switching while you perform your manual tests:

Action macOS Windows / Linux
Capture region & advance step Cmd+Shift+E Ctrl+Shift+E
Mark step as passed & advance Cmd+Shift+P Ctrl+Shift+P
Mark step as failed Cmd+Shift+F Ctrl+Shift+F
Mark step as blocked & advance Cmd+Shift+B Ctrl+Shift+B
Toggle Qastor window visibility Cmd+Shift+Q Ctrl+Shift+Q

These hotkeys can be customized in the application settings.

Technology Stack

  • Desktop Shell: Tauri 2
  • Frontend: React 18, TypeScript, Zustand, and React Router.
  • Build Tooling: Deno 2 and Vite.
  • Validation: JSON Schema with ajv (frontend) and serde_json (backend).

AI Test Case Generation

Writing manual test cases from scratch can be time-consuming. Qastor includes a reference document designed to help you leverage your favorite AI agents (like ChatGPT, Claude, Gemini, or any coding assistant) to generate test cases automatically.

Simply feed the AI-TEST-CASE-GENERATION.md file into your AI prompt along with the description of the feature or user story you want to test. The AI will understand Qastor's JSON schema constraints and output ready-to-use .json files that you can drop directly into your project structure.

Limitations

As this is an early alpha release, some features are not yet implemented or fully polished:

  • Automated testing integrations (Playwright, Cypress).
  • Video recording is currently not supported.
  • Cloud synchronization is not built-in.