Releases: hccnm/software-testing
Releases · hccnm/software-testing
Release list
Software Testing 0.2.7
新增
- 新增 Cursor 原生插件 manifest;可在 Cursor 的 Plugins / Customize 中通过 GitHub 仓库地址安装 software-test。
- 新增本双语变更日志与发布维护流程。
变更
- Cursor 的正式分发切换为原生插件;旧
.cursor/skills仅保留给既有用户,不再作为新安装入口或持续维护目标。
Added
- Added native Cursor plugin manifests. Install software-test from the GitHub repository through Cursor Plugins / Customize.
- Added this bilingual changelog and a maintained release procedure.
Changed
- Cursor's supported distribution is now the native plugin. Legacy
.cursor/skillsremain for existing users only and are no longer promoted or maintained.
Software Testing 0.2.6
简体中文
修复 Windows 环境下 software-test:init 将已安装 Chrome 误报为“未检测到”的问题。
- 检查 Windows
Program Files、Program Files (x86)、LocalAppData及 PATH 中的 Chrome。 - 保留 macOS、Linux 的标准路径和 PATH 检测。
- 环境页面明确区分“系统 Chrome 已检测到”“环境资料格式通过”和“Web 执行需由 Apply 预检确认”。
- 新增 Windows 路径模拟烟雾测试,并同步 Codex、Claude Code、Cursor 三端 Skill。
English
Fixes false “Chrome not detected” reports from software-test:init on Windows.
- Detects Chrome in Windows Program Files, Program Files (x86), LocalAppData, and PATH.
- Retains standard-path and PATH detection on macOS and Linux.
- Separates system-Chrome discovery, profile-format validation, and Apply preflight readiness.
- Adds simulated Windows-path coverage and synchronizes Codex, Claude Code, and Cursor skills.
Software Testing 0.2.5
简体中文
Software Testing 0.2.5 是首次公开发布,为 Codex、Claude Code 和 Cursor 提供一致的软件测试工作流。
主要能力
init:发现项目组件、Playwright、浏览器、API runner 与运行环境。plan:基于需求和真实实现维护项目唯一测试用例中心。apply:按明确范围预检、执行、取证、清理并回写中文报告。- YAML 是规范业务数据,
docs/test-cases/index.html是唯一可视化入口。 - Web 与跨层 Web 测试强制使用 Playwright;通过结论必须具备声明的证据。
- 同时支持 Codex、Claude Code marketplace 和 Cursor Agent Skills。
安装与快速开始请查看 中文 README。
English
Software Testing 0.2.5 is the first public release, providing one evidence-driven testing workflow for Codex, Claude Code, and Cursor.
Highlights
initdiscovers project components, Playwright, browsers, API runners, and runtime targets.planmaintains one project-wide test case center from requirements and real implementation.applypreflights, executes, captures evidence, cleans up, and writes traceable Chinese reports.- YAML is the canonical business format;
docs/test-cases/index.htmlis the single visual entry point. - Web and cross-layer Web tests require Playwright, and passing results require declared evidence.
- Supports Codex, the Claude Code marketplace, and Cursor Agent Skills.
See the English README for installation and quick start.