From 55786e08bed11eebbc8fd3fca0b2359401ab8d3f Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:04:18 +0900 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f963e1f..b83e2be 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,39 @@ # UnitTCMS -UnitTCMS is an open source test case management system. Please visit the demo site and documentation. +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](https://www.unittcms.org) [📘Docs](https://kimatata.github.io/unittcms/) -## Demo images +## Features -- project list - ![Project-Based](./frontend/public/top/light/project.png) -- Test case management - ![Test Case Management](./frontend/public/top/light/case.png) -- Test run management - ![Test Run Management](./frontend/public/top/light/run.png) -- Project member management - ![Member Management](./frontend/public/top/light/member.png) +### 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](./frontend/public/top/light/project.png) + +
+ +### 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](./frontend/public/top/light/case.png) + +
+ +### 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](./frontend/public/top/light/run.png) + +
+ +### 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: 'Administrator' who manages the entire project, 'Designer' who designs the tests, and 'Reporter' who executes the tests. + +![Member Management](./frontend/public/top/light/member.png)