Xin Wang f0aeb22f77 Improve ID generation fallback and enable trace capture by default.
Add robust UUID fallback logic across test case creation paths, default trace capture to on, and include generated release artifacts.

Made-with: Cursor
2026-04-29 14:07:13 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:29:39 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00
2026-04-18 13:03:30 +08:00

Dify Batch Tester

A simple web app for batch testing prompts/workflows.

Requirements

  • Node.js 18+

Local Development

  1. Install dependencies: npm install
  2. Create local env file: cp .env.example .env.local
  3. Update .env.local with your keys/values:
    • GEMINI_API_KEY
    • APP_URL
  4. Start the dev server: npm run dev
  5. Open: http://localhost:3000

Scripts

  • npm run dev - start development server
  • npm run build - build for production
  • npm run preview - preview production build
  • npm run lint - run TypeScript checks
Description
No description provided
Readme 173 MiB
Languages
TypeScript 95.1%
CSS 4.1%
HTML 0.5%
Rust 0.3%