LittleYellow 02fa631f02 feat: upload test record attachments per run case
Allow testers to attach evidence files to a single test case within a
specific test run, proving the test was actually executed. Attachments
are scoped to the RunCase (per-execution), not the shared case definition.

Backend:
- runCaseAttachments join table + model (CASCADE on runCase/attachment)
- POST/GET /runcaseattachments routes (reuse /attachments download+delete)

Frontend:
- new "Test record" tab in the run case detail pane with drag-and-drop
  upload, scoped to reporters; i18n for all 6 locales

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 07:01:44 +08:00
2025-10-26 19:41:00 +09:00
2025-05-25 10:13:57 +09:00
2024-06-09 22:33:25 +09:00
2024-05-19 21:04:45 +09:00
2025-10-26 19:35:21 +09:00
2024-06-09 22:18:59 +09:00
2025-07-20 10:59:57 +09:00

UnitTCMS

UnitTCMS


License Release

UnitTCMS is an open source test case management system. The application is free and designed for self-hosted use. It can be used in environments with strict security requirements. For more information, please visit the demo site and docs.

🧪Demo

📘Docs

Getting Started

git clone https://github.com/kimatata/unittcms.git

and start containers with the following command.

cd unittcms
docker-compose up --build

You can access the app at http://localhost:8000

Looking for a non-Docker way?

Why UnitTCMS

There are many test case management tools available in the market, which can be categorized into proprietary and open-source solutions.

Proprietary tools often come with modern, user-friendly interfaces but tend to be cloud-based, which may raise security concerns for some organizations. While some of them do offer on-premises options, these tend to be significantly more expensive.

There are also open-source tools, but many feature older user interfaces that involve frequent full page reloads, which can hinder usability.

With these challenges in mind, I set out to develop a modern, user-friendly, open-source test case management tool that anyone can use for free in a secure, self-hosted environment.

Features

Project-Based

Manage test cases and test runs on a project-by-project basis. Our dashboard provides an at-a-glance view of the types of test cases and their progress for each project. This allows you to monitor project status in real-time and manage efficiently.

Project-Based


Test case management

Create folders within projects and define test cases with ease using our modern and intuitive UI. Attaching files enables detailed explanations of test cases, making it easy to share information across the entire team.

Test Case Management


Test run management

Defined test cases can be reused multiple times in test runs, enabling efficient test cycles. Additionally, you can visually monitor the status of test runs and projects.

Test Run Management


Project member management

Support team development by adding or removing members from projects. You can assign roles and set permissions for each member in detail. We provide three main roles: 'Manager' who manages the entire project, 'Developer' who designs the tests, and 'Reporter' who executes the tests.

Member Management

Supported Languages

UnitTCMS currently supports the following languages:

  • German (de)
  • English (en)
  • Portuguese (pt-BR)
  • Chinese (zh-CN)
  • Traditional Chinese (zh-TW)
  • Japanese (ja)

If you would like to add support for another language, feel free to submit a pull request. For reference, you can see how Portuguese was added in PR #260.

Description
No description provided
Readme GPL-3.0 6.3 MiB
Languages
TypeScript 66.2%
JavaScript 33.5%
Dockerfile 0.3%