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

推荐订阅源

D
Docker
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
爱范儿
爱范儿
博客园 - 【当耐特】
雷峰网
雷峰网
S
SegmentFault 最新的问题
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
J
Java Code Geeks

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - adriandomc/qastor: A multi-platform desktop appl...
adriandomc · 2026-06-02 · via Hacker News: 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.