Skip to content

v0.3.2-beta | Flow Forge · 首个 Windows 安装包 / First Windows Installer Release

Pre-release
Pre-release

Choose a tag to compare

@Remon-16 Remon-16 released this 06 Aug 13:39

Flow Forge v0.3.2-beta

从需求文档和接口文档出发,AI 生成测试用例,执行器一键运行并产出 HTML 报告,实现从需求到报告的全链路接口自动化测试。这是 Flow Forge 的首个 Windows 安装包(MSI)版本。

Flow Forge turns requirements + API docs into AI-generated test cases, executes them with one command, and produces HTML reports — an end-to-end API automation testing framework. This is the first Windows installer (MSI) release.

更新亮点 / Highlights

  • Studio 桌面工作台(Windows):AI 用例生成、计划批注、Excel/YAML 可视化编辑、用例执行、格式转换一站式完成
    Desktop workbench for Windows: AI case generation, plan annotation, visual Excel/YAML editing, case execution, and format conversion in one place
  • 两条 AI 用例生成路径flowforge-testing skill(Codex / opencode / Claude Code)与 agent LangGraph 流水线(llama.cpp / Ollama 等本地弱模型)
    Two AI generation paths: the flowforge-testing skill for strong agents, plus a LangGraph pipeline for weak local models
  • 执行器与转换器:多线程并发、登录态自动管理、跨步骤参数传递、两级断言;Excel↔YAML 双向转换,可导出零依赖 pytest 代码
    Multi-threaded executor with auto session handling, cross-step parameter passing and two-tier assertions; bidirectional Excel↔YAML conversion and dependency-free pytest export
  • 新增 H2 数据库连接支持,并补充更多示例插件
    New H2 database support, plus additional example plugins
  • 内置可运行示例:foli-mall 电商靶场用例
    Bundled runnable example: the foli-mall e-commerce target

下载 / Download

  • Windows 安装包(MSI):从下方 Assets 中选择 .msi 文件下载安装
    Windows installer (MSI): download the .msi file from the Assets below

已知问题 / Known Issues

  • Studio 中「打开测试报告」按钮暂隐藏,请用「在文件夹中显示」手动打开 HTML 报告
    The "Open Test Report" button is temporarily hidden; use "Show in Folder" and open the report manually
  • 中文 Windows 下直接启动系统 Python 时可能提示“进程可能已崩溃”(任务实际已完成),设置 PYTHONIOENCODING=utf-8 并重启 Studio 即可规避
    On Chinese-locale Windows, launching a system Python directly may show "process may have crashed" although the task is complete; set PYTHONIOENCODING=utf-8 and restart Studio to work around it

文档 / Docs